- 10 Apr, 2012 1 commit
- 
- 
antirez authoredIt 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 authoredAdded new test to check that "CONFIG appendonly no" actually kills the background AOF operation in progress if any. 
- 
antirez authored
- 
antirez authored
- 
antirez authoredNew client info field added to CLIENT LIST output: multi, containing the length of the current pipeline. Test modified accordingly. 
- 
antirez authored
- 
antirez authoredRemoved dead code: function rdbSaveTime() is no longer used since RDB now saves expires in milliseconds. 
 
- 
- 06 Apr, 2012 5 commits
- 05 Apr, 2012 8 commits
- 
- 
antirez authoredexpireGenericCommand(): better variable names and a top-comment that describes the function's behavior. 
- 
Premysl Hruby authored
- 
Premysl Hruby authored
- 
Premysl Hruby authored
- 
Salvatore Sanfilippo authoredTwo changes of testsuite (killing redis and new option) 
- 
Salvatore Sanfilippo authoredremove mentions of VM in comments 
- 
Salvatore Sanfilippo authoredallocate alternate signal stack, change of sigaction flags for sigterm 
- 
Premysl Hruby authored
 
- 
- 04 Apr, 2012 5 commits
- 
- 
antirez authored
- 
antirez authoredStructure field controlling the INFO field master_link_down_since_seconds initialized correctly to avoid strange INFO output at startup when a slave has yet to connect to its master. 
- 
antirez authored
- 
antirez authored
- 
antirez authoredPrint milliseconds of the current second in log lines timestamps. Sometimes precise timing is very important for debugging. 
 
- 
- 03 Apr, 2012 8 commits
- 
- 
Premysl Hruby authored
- 
antirez authored
- 
antirez authored
- 
antirez authored
- 
Premysl Hruby authored
- 
Premysl Hruby authored
- 
antirez authored
- 
antirez authoredWhen the user-provided 'maxclients' value is too big for the max number of files we can open, at least try to search the max the OS is allowing (in steps of 256 filedes). 
 
-