- 13 Apr, 2012 7 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
I modified it for error in a previous commit doing search & replace.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
Makefile now introduces Redis-specific CFLAGS / LDFLAGS. Gcov target fixed. Added comments to describe how it works.
-
- 11 Apr, 2012 7 commits
-
-
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
-
- 10 Apr, 2012 11 commits
-
-
antirez authored
-
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
-
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.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
rio.c file somewhat documented so that the casual reader can understand what's going on without reading the code.
-
- 08 Apr, 2012 2 commits
- 07 Apr, 2012 6 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.
-
antirez authored
Check for scheduled rewrite if a BGSAVAE is in progress. Check for error if a rewrite is already in progress.
-
antirez authored
-
- 06 Apr, 2012 3 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
-