- 28 Apr, 2011 1 commit
-
-
antirez authored
-
- 22 Apr, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 21 Apr, 2011 4 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
-
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 4 commits
- 14 Apr, 2011 1 commit
-
-
antirez authored
-
- 13 Apr, 2011 9 commits
- 12 Apr, 2011 1 commit
-
-
antirez authored
-
- 11 Apr, 2011 5 commits
-
-
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 9 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
-
antirez authored
-
antirez authored
fixes to configuration loading and saving. However there is to still fix the logic for reconnection/behavior of nodes after a restart.
-
antirez authored
-
antirez authored
-