- 21 Apr, 2011 1 commit
-
-
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.
-
- 20 Apr, 2011 1 commit
-
-
antirez authored
removed check for zmalloc return NULL in createClient(). The check was misplaced, and zmalloc never returns NULL.
-
- 19 Apr, 2011 2 commits
- 15 Apr, 2011 7 commits
- 14 Apr, 2011 2 commits
- 13 Apr, 2011 11 commits
- 12 Apr, 2011 3 commits
- 11 Apr, 2011 6 commits
-
-
antirez authored
-
Salvatore Sanfilippo authored
-
Salvatore Sanfilippo authored
-
Salvatore Sanfilippo authored
-
Salvatore Sanfilippo authored
-
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.
-
- 08 Apr, 2011 2 commits
- 07 Apr, 2011 5 commits
-
-
antirez authored
-
antirez authored
evaluate cluster state after config load. Still bugs in the slot allocation after nodes config load to fix.
-
antirez authored
-
antirez authored
when loading config set the ping/pong timestaps to the current value. Even a node in FAIL state can be accepted again if there are no slaves for this node so election was not possible
-
antirez authored
-