- 31 May, 2011 1 commit
-
-
antirez authored
-
- 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.
-
- 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.
-
- 29 Mar, 2011 1 commit
-
-
antirez authored
-
- 23 Mar, 2011 1 commit
-
-
antirez authored
-
- 22 Mar, 2011 1 commit
-
-
antirez authored
-
- 09 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 06 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 28 Feb, 2011 1 commit
-
-
antirez authored
-
- 25 Feb, 2011 1 commit
-
-
antirez authored
-
- 21 Feb, 2011 1 commit
-
-
antirez authored
-
- 09 Feb, 2011 1 commit
-
-
antirez authored
-
- 07 Feb, 2011 2 commits
- 27 Jan, 2011 1 commit
-
-
antirez authored
propagate key eviction to slaves and AOF, like for expires, so that replicas and AOFs are always consistent even in maxmemory mode.
-
- 24 Jan, 2011 1 commit
-
-
antirez authored
INFO commandstats section reset with config resetstat, a new microseconds per call field, and a few other minor things
-
- 23 Jan, 2011 3 commits
- 20 Jan, 2011 1 commit
-
-
antirez authored
Fixed issue #435 and at the same time introduced explicit ping in the master-slave channel that will detect a blocked master or a broken even if apparently connected TCP link.
-
- 17 Jan, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 14 Jan, 2011 1 commit
-
-
antirez authored
-
- 09 Jan, 2011 2 commits
- 07 Jan, 2011 2 commits