- 10 May, 2011 4 commits
-
-
antirez authored
RDB version signature bumped to 2, now that direct saving of specially encoded types is implemented 2.2 instances are no longer able to read rdb files produced by 2.4 or unstable.
-
antirez authored
Introduced a safe iterator interface that can be used to iterate while accessing the dictionary at the same time. Now the default interface is consireded unsafe and should be used only with dictNext()
-
antirez authored
DEBUG DIGEST additional lookup needed for VM removed from unstable branch that does not have VM at all
-
antirez authored
-
- 07 May, 2011 1 commit
-
-
antirez authored
when Redis fails accepting a new connection reports the error at WARNING and not VERBOSE error level. Thanks to offby1 for proposing this in the Redis mailing list. #backport-candidate
-
- 06 May, 2011 3 commits
- 05 May, 2011 16 commits
-
-
antirez authored
Fixed semantics of CLUSTER SETSLOT, SELECT now only denied in cluster mode if selected DB is not 0 so that MIGRATE still works well.
-
antirez authored
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
-
- 04 May, 2011 4 commits
- 02 May, 2011 1 commit
-
-
antirez authored
-
- 01 May, 2011 1 commit
-
-
antirez authored
-
- 29 Apr, 2011 4 commits
- 28 Apr, 2011 1 commit
-
-
antirez authored
-
- 22 Apr, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 21 Apr, 2011 4 commits
-
-
antirez authored
peak fragmentation ratio removed as it is a confusing field for users and trivial to compute at hand now that there is peak memory information in INFO output
-
antirez authored
-
antirez authored
-
antirez authored
save peak memory usage as statistic and show it in INFO. Also a new INFO field was added showing the fragmentation ratio using the peak memory info.
-