- 14 Dec, 2010 3 commits
-
-
Pieter Noordhuis authored
SUBSTR is renamed to GETRANGE to have better consistency between command names (with SETRANGE as its dual). GETRANGE is still aliased as SUBSTR.
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 10 Dec, 2010 6 commits
-
-
antirez authored
previouse INCR implementation restored, was actually faster for some reson not fully clear at the moment
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
Move logic concerned with setting a bit in an sds to the SETBIT command instead of keeping it in sds.c. The function to grow an sds can and will be reused for a command to set a range within a string value.
-
- 09 Dec, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 17 Oct, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 02 Sep, 2010 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 02 Aug, 2010 1 commit
-
-
antirez authored
support for write operations against expiring keys, by master-controlled expiring in replication and AOF synthesizing DEL operations
-
- 27 Jul, 2010 1 commit
-
-
antirez authored
-
- 12 Jul, 2010 1 commit
-
-
antirez authored
-
- 01 Jul, 2010 1 commit
-
-
antirez authored
networking related stuff moved into networking.c moved more code more work on layout of source code SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;) cleanly compiling again after the first split, now splitting it in more C files moving more things around... work in progress split replication code splitting more Sets split Hash split replication split even more splitting more splitting minor change
-