- 13 Apr, 2012 1 commit
-
-
antirez authored
I modified it for error in a previous commit doing search & replace.
-
- 12 Apr, 2012 4 commits
- 11 Apr, 2012 9 commits
-
-
Salvatore Sanfilippo authored
added explanation for the magic 511 backlog number
-
Erik Dubbelboer authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
Remove unused variables. Instead of overriding non-standard variables such as ARCH and PROF, use standard variables CFLAGS and LDFLAGS to override Makefile settings. Move dependencies generated by `make dep` to a separate file.
-
Pieter Noordhuis authored
-
antirez authored
-
- 10 Apr, 2012 4 commits
-
-
antirez authored
Check write(2) return value to avoid warnings, because in this context failing write is not critical.
-
antirez authored
-
antirez authored
-
antirez authored
It is now possible to enable/disable RDB checksum computation from redis.conf or via CONFIG SET/GET. Also CONFIG SET support added for rdbcompression as well.
-
- 09 Apr, 2012 6 commits
- 08 Apr, 2012 1 commit
-
-
antirez authored
-
- 07 Apr, 2012 6 commits
-
-
antirez authored
Added new test to check that "CONFIG appendonly no" actually kills the background AOF operation in progress if any.
-
antirez authored
-
antirez authored
-
antirez authored
New client info field added to CLIENT LIST output: multi, containing the length of the current pipeline. Test modified accordingly.
-
antirez authored
-
antirez authored
Removed dead code: function rdbSaveTime() is no longer used since RDB now saves expires in milliseconds.
-
- 06 Apr, 2012 5 commits
- 05 Apr, 2012 4 commits
-
-
antirez authored
expireGenericCommand(): better variable names and a top-comment that describes the function's behavior.
-
Premysl Hruby authored
-
Premysl Hruby authored
-
Premysl Hruby authored
-