]> git.saurik.com Git - redis.git/history - src/cluster.c
Scripting: add helper functions redis.error_reply() and redis.status_reply().
[redis.git] / src / cluster.c
2012-09-05  Salvatore SanfilippoMerge pull request #576 from saj/fix-slave-ping-period
2012-08-24  antirezBetter Out of Memory handling.
2012-05-04  Salvatore SanfilippoMerge pull request #494 from quiver/init-fixes
2012-04-24  antirezFixed a bug in propagation of PUBLISH via the cluster...
2012-04-24  antirezA few compiler warnings suppressed.
2012-04-23  Salvatore SanfilippoMerge pull request #421 from ErikDubbelboer/sds-const
2012-04-21  Salvatore SanfilippoMerge pull request #440 from ErikDubbelboer/spelling
2012-04-21  Salvatore SanfilippoMerge pull request #414 from chobits/unstable
2012-04-13  antirezMerge branch 'strict.lua' into unstable
2012-04-11  Salvatore SanfilippoMerge pull request #449 from ErikDubbelboer/unstable
2012-04-10  antirezMinor MIGRATE implementation simplification about ttl...
2012-04-09  antirezdump/restore fixed to use the new crc64 API.
2012-04-05  Salvatore SanfilippoMerge pull request #430 from anydot/f-testsuite
2012-04-05  Salvatore SanfilippoMerge pull request #426 from anydot/fix-rm-vm-comments
2012-04-05  Salvatore SanfilippoMerge pull request #431 from anydot/f-signal
2012-04-03  antirezAnother fix for MIGRATE.
2012-04-03  antirezTwo fixed for MIGRATE: fix TTL propagation and fix...
2012-04-02  antirezMIGRATE now let the client distinguish I/O errors and...
2012-04-02  antirezDUMP/RESTORE now use CRC64 instead of truncated SHA1.
2012-04-02  antirezRESTORE ability to set a TTL fixed, bug introduced...
2012-04-02  antirezPrettify source code of create/verify DUMP payload.
2012-04-02  antirezDUMP / RESTORE: store RDB version in little endian.
2012-04-01  antirezNew DUMP format includes RDB version and truncated...
2012-03-24  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-03-09  antirezMerge conflicts resolved.
2012-03-08  antirezclusterGetRandomName() generalized into getRandomHexCha...
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-01-25  antirezFixed another possible bug in cluster.c found by clang...
2012-01-25  antirezFixed another possible bug in cluster.c found by clang...
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezFixed a non critical bug signaled by clang static analy...
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-08  antirezdict.c API names modified to be more coincise and consi...
2011-10-23  antirezFixed a few warnings compiling on Linux.
2011-10-20  antirezMerge branch 'unstable' of github.com:/antirez/redis...
2011-10-20  antirezuse signalModifiedKey to set the key as dirty in the...
2011-10-17  antirezFirst implementation of the ASKING command. Semantics...
2011-10-17  antirezMIGRATE +NOKEY error was missing the final CRLF causing...
2011-10-17  antirezFixed a typo causing segfault on MIGRATE
2011-10-13  antirezsmall comment added
2011-10-07  antirezRedis Cluster: process node to node CLUSTERMSG_TYPE_PUB...
2011-10-07  antirezpropagate PUBLISH messages using the redis cluster...
2011-10-05  antirezA node can populate a slot if a message from a trusted...
2011-10-05  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-10-05  antirezjust minor aesthetic changes to cluster.c
2011-10-05  Salvatore SanfilippoMerge pull request #118 from dvirsky/unstable
2011-10-04  antirezreplaced redisAssert() with redisAssertWithInfo() in...
2011-10-03  antirezRewrite MIGRATE as DEL for AOF/replication. Also increm...
2011-10-03  antirezincrement server.dirty in restore command to make sure...
2011-10-01  antirezwhen processing gossip packets make sure to also update...
2011-09-30  antirezFixed two bugs in the CLUSTER SETSLOT ... NODE subcommand
2011-09-30  antirezClear the importing status from the slot if a CLUSTER...
2011-09-29  antirezadded comment about SETSLOT NODE form.
2011-09-28  antirezshow node with myself flag always as connected in CLUST...
2011-09-22  antirezrioInitWithFile nad rioInitWithBuffer functions now...
2011-09-22  antirezmerge conflicts resolved
2011-06-25  antirezunstable merge conflicts resolved
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-20  antirezDB API refactoring. The changes were designed together...
2011-05-13  Pieter NoordhuisMake RDB types/opcodes explicit; load/save object type
2011-05-13  Pieter NoordhuisAbstract file/buffer I/O to support in-memory serialization
2011-05-10  antirezMerge branch 'unstable'
2011-05-06  antirezclear importing/exporing state when appropriate on...
2011-05-06  antirezCLUSTER SETSLOT command and some refactoring of the...
2011-05-06  antirezCLUSTER DELSLOTS
2011-05-05  antirezFixed semantics of CLUSTER SETSLOT, SELECT now only...
2011-05-05  antirezCLUSTER SETSLOT STABLE fixed
2011-05-05  antirezmissing return caused protocol desync in CLUSTER SETSLOT
2011-05-05  antirezFixed problem in cluster redirection due to a stupid...
2011-05-05  antirezcluster import/export of hash slots implemented in...
2011-05-04  antirezif /dev/urandom is not available use rand() to get...
2011-05-04  antirezCLUSTER SETSLOT implemented
2011-05-02  antirezrender migrating and importing slots in cluster nodes...
2011-05-01  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-29  antirezCLUSTER subcommands to set slots in migrating or import...
2011-04-29  antirezCLUSTER GETKEYSINSLOT implemented
2011-04-29  antirezCLUSTER KEYSLOT command
2011-04-28  antireztake a hashslot -> keys index, will be used for cluster...
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-13  antirezno longer useful debugging printf removed
2011-04-13  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-12  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-11  Salvatore Sanfilippoadded known nodes info in CLUSTER INFO
2011-04-08  antirezupdate state when FAIL is cleared from a node
2011-04-08  antirezdo not process node failure messages about yourself
2011-04-07  antirezfixed lame error in slot assignment
2011-04-07  antirezevaluate cluster state after config load. Still bugs...
2011-04-07  antirezmaster node without slaves rejoin fixed
2011-04-07  antirezwhen loading config set the ping/pong timestaps to...
2011-04-07  antireznode cluster configuration file configurable via redis...
2011-04-07  antirezuseless newline removed from log message
2011-04-07  antirezfixes to configuration loading and saving. However...
2011-04-07  antirezfirst version of cluster config loading code
2011-04-07  antirezinitial cluster config load code
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-04-05  antirezbad data on RESTORE can no longer crash the server...
2011-04-01  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-01  antirezDUMP implemented, RESTORE and MIGRATE fixed. Use zcallo...
2011-03-30  antirezminor change with no actual effects til the loading...
next