- 09 Apr, 2012 1 commit
-
-
antirez authored
rio.c file somewhat documented so that the casual reader can understand what's going on without reading the code.
-
- 07 Apr, 2012 4 commits
-
-
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 3 commits
- 05 Apr, 2012 5 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
-
Premysl Hruby authored
-
- 04 Apr, 2012 4 commits
-
-
antirez authored
Structure 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 authored
Print milliseconds of the current second in log lines timestamps. Sometimes precise timing is very important for debugging.
-
- 03 Apr, 2012 5 commits
-
-
Premysl Hruby authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
When 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).
-
- 02 Apr, 2012 7 commits
- 01 Apr, 2012 1 commit
-
-
antirez authored
-
- 31 Mar, 2012 4 commits
- 30 Mar, 2012 2 commits
-
-
antirez authored
-
Joseph Jang authored
occurs when two or more dbs are replicated and at least one of them is >db10
-
- 29 Mar, 2012 2 commits
- 28 Mar, 2012 2 commits
-
-
Nathan Fritz authored
(The original implementation was modified by @antirez to conform Redis coding standards.)
-
antirez authored
-