- 22 Jul, 2011 1 commit
-
-
antirez authored
prepareForShutdown() fixed for correctness regarding what to do with AOF and RDB persistence on exit.
-
- 13 Jul, 2011 1 commit
-
-
antirez authored
-
- 08 Jul, 2011 1 commit
-
-
antirez authored
Take a pointer to the relevant entry of the command table in the client structure. This is generally a more sounding design, simplifies a few functions prototype, and as a side effect fixes a bug related to the conversion of EXPIRE -1 to DEL: before of this fix Redis tried to convert it into an EXPIREAT in the AOF code, regardless of our rewrite of the command.
-
- 02 Jul, 2011 2 commits
- 30 Jun, 2011 1 commit
-
-
antirez authored
-
- 25 Jun, 2011 1 commit
-
-
antirez authored
-
- 20 Jun, 2011 1 commit
-
-
antirez authored
-
- 17 Jun, 2011 1 commit
-
-
antirez authored
-
- 12 Jun, 2011 1 commit
-
-
Hampus Wessman authored
Slight adjustment in growth calculation.
-
- 10 Jun, 2011 7 commits
- 31 May, 2011 2 commits
- 29 May, 2011 1 commit
-
-
antirez authored
INFO now contains the time (in usecs) needed to fork() in order to persist. The info is available in the stats section of INFO.
-
- 25 May, 2011 5 commits
- 22 May, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 05 May, 2011 2 commits
-
-
Pieter Noordhuis authored
-
antirez authored
-
- 21 Apr, 2011 3 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
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.
-
- 19 Apr, 2011 2 commits
- 15 Apr, 2011 2 commits
- 13 Apr, 2011 1 commit
-
-
antirez authored
-
- 11 Apr, 2011 1 commit
-
-
Salvatore Sanfilippo authored
added minimal cluster section in INFO output. This is only useful to check if the instance is or not configured as a cluster node, all the other informations are accessible using the CLUSTER command.
-
- 06 Apr, 2011 1 commit
-
-
antirez authored
-
- 01 Apr, 2011 1 commit
-
-
antirez authored
DUMP implemented, RESTORE and MIGRATE fixed. Use zcalloc() instead of zmalloc()+memset() in sds.c when a new string is created with NULL initialization pointer.
-
- 30 Mar, 2011 1 commit
-
-
antirez authored
centralized cluster config file name. Assigned slots in CLUSTER NODES output and in cluster config file.
-