]> git.saurik.com Git - redis.git/history - src/redis-trib.rb
This fixes issue #327, is a very complex fix (unfortunately), details:
[redis.git] / src / redis-trib.rb
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-16  Salvatore SanfilippoMerge pull request #192 from pietern/makefile
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-10  Dave HooverFixing inject: it was failing when there was 1 or ...
2011-10-13  antirezredis-trib: fix for a slot allocation bug.
2011-10-04  antirezredis-trib: create subcommand fixed calling node info...
2011-09-30  antirezfixed a few problems with redis-trib resharding.
2011-09-30  antirezredis-trib: initial working implementation of cluster...
2011-09-30  antirezredis-trib: actual slot migration work in progress...
2011-09-30  antirezredis-trib: better slots allocation strategy for resharding
2011-09-30  antirezredis-trib: initial slots allocation strategy, still...
2011-09-29  antirezredis-trib: reshard command work in progress
2011-09-29  antirezredis-trib: minor refactoring creating a method to...
2011-09-29  antirezredis-trib: don't crash loading node info for nodes...
2011-09-29  antirezredis-trib: added cluster state to node info string
2011-09-29  antirezredis-trib: all node information into a single hash
2011-09-29  antirezredis-trib: when loading node info also fetch the outpu...
2011-09-29  antirezredis-trib cluster check command: check that all the...
2011-09-28  antirezinitial node loading info code for redis-trib
2011-05-10  antirezMerge branch 'unstable'
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-14  antirezredis-trib: functions implementing commands moved at...
2011-04-13  antirezfixed bug due to typo in code
2011-04-13  antirezfixed typo in comment
2011-04-13  antirezfixed a typo in redis-trib
2011-04-13  antirezuse map! instead of reassigning
2011-04-13  antirezhopefully more readable info_string method in redis...
2011-04-13  antirezredis-trib create, first version is know working
2011-04-13  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-13  antirezredis-trib: show list of commands
2011-04-12  antirezredis-trib can now assign hash slots to initialize...
2011-04-12  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-11  Salvatore Sanfilippoassert_empty in redis-trib
2011-04-11  Salvatore Sanfilippoa first refactoring of redis-trib.rb
2011-04-11  Salvatore SanfilippoRedis-trib initial implementation (currently can not...