18 Commits

Author SHA1 Message Date
antirez
0c464a8087 redis-trib: added cluster state to node info string 2011-09-29 15:04:23 +02:00
antirez
d783732be5 redis-trib: all node information into a single hash 2011-09-29 14:44:27 +02:00
antirez
6ad5367a23 redis-trib: when loading node info also fetch the output of CLUSTER INFO. 2011-09-29 13:18:09 +02:00
antirez
1fbfc721f0 redis-trib cluster check command: check that all the 4096 slots are covered 2011-09-29 12:50:46 +02:00
antirez
58f345e77d initial node loading info code for redis-trib 2011-09-28 19:08:35 +02:00
antirez
340aa71a3f redis-trib: functions implementing commands moved at bottom 2011-04-14 09:41:22 +02:00
antirez
9b37baf350 fixed bug due to typo in code 2011-04-13 21:26:12 +02:00
antirez
8097560a1e fixed typo in comment 2011-04-13 20:17:11 +02:00
antirez
2005d932df fixed a typo in redis-trib 2011-04-13 18:50:50 +02:00
antirez
7ef39d3c3a use map! instead of reassigning 2011-04-13 18:46:29 +02:00
antirez
ef24700cde hopefully more readable info_string method in redis-trib 2011-04-13 18:40:51 +02:00
antirez
903a6d1207 redis-trib create, first version is know working 2011-04-13 15:58:05 +02:00
antirez
acb44125be Merge branch 'unstable' of github.com:antirez/redis into unstable 2011-04-13 10:39:06 +02:00
antirez
afca15b605 redis-trib: show list of commands 2011-04-13 10:38:56 +02:00
antirez
a266947b2f redis-trib can now assign hash slots to initialize a cluster. Next step is to join the cluster. 2011-04-12 17:06:33 +02:00
Salvatore Sanfilippo
3aa6046a53 assert_empty in redis-trib 2011-04-11 18:26:00 +02:00
Salvatore Sanfilippo
85b05eac9b a first refactoring of redis-trib.rb 2011-04-11 16:58:47 +02:00
Salvatore Sanfilippo
b78745d0c9 Redis-trib initial implementation (currently can not do any actual work) 2011-04-11 16:41:06 +02:00