summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* RESTORE: reply with -BUSYKEY special error code.antirez2014-05-123-2/+4
* Cluster: initial ability to import data from standalone instance.antirez2014-05-121-7/+141
* CLUSTER MEET: better error messages when address is invalid.antirez2014-05-121-4/+6
* redis-trib: allow support for mandatory options.antirez2014-05-121-0/+8
* DEBUG POPULATE: call dictExpand() to avoid useless rehashing.antirez2014-05-091-0/+1
* Cluster: bulk-accept new nodes connections.antirez2014-05-091-17/+23
* Cluster: clusterAcceptHandler() comments updated to match the code.antirez2014-05-091-4/+5
* Sentinel: log when a failover will be attempted again.antirez2014-05-081-1/+19
* Sentinel: generate +config-update-from event when a new config is received.antirez2014-05-081-0/+1
* REDIS_ENCODING_EMBSTR_SIZE_LIMIT set to 39.antirez2014-05-081-2/+5
* Scripting test: check that Lua can call commands rewirting argv.antirez2014-05-071-1/+14
* Test: handle new osx 'leaks' error.antirez2014-05-071-1/+2
* Scripting: objects caching for Lua c->argv creation.antirez2014-05-071-3/+40
* Scripting: Use faster API for Lua client c->argv creation.antirez2014-05-071-3/+6
* Scripting: don't call lua_gc() after Lua script run.antirez2014-05-071-1/+17
* Scripting: cache argv in luaRedisGenericCommand().antirez2014-05-071-4/+15
* Fixed missing c->bufpos reset in luaRedisGenericCommand().antirez2014-05-071-0/+1
* Scripting: replace tolower() with faster code in evalGenericCommand().antirez2014-05-071-1/+5
* Scripting: luaRedisGenericCommand() fast path for buffer-only replies.antirez2014-05-071-7/+15
* Define HAVE_ATOMIC for clang.antirez2014-05-071-1/+1
* Scripting: simpler reply buffer creation in luaRedisGenericCommand().antirez2014-05-071-5/+2
* Redis 2.9.52 (Redis 3.0.0 beta-3).3.0.0-beta3antirez2014-05-052-4/+45
* Test: cluster/base, check that we can write/read from cluster.antirez2014-05-052-0/+13
* Cluster: Tcl cluster client: handle MOVED/ASK.antirez2014-05-051-5/+24
* Cluster: Tcl cluster client: slots-nodes map and close method.antirez2014-05-051-2/+25
* Cluster: Tcl cluster client: build nodes representation.antirez2014-05-051-5/+39
* Cluster: Tcl cluster client: get nodes description.antirez2014-05-051-6/+60
* Cluster: Tcl cluster client key -> hashslot.antirez2014-05-051-1/+61
* Cluster test: Tcl cluster library initial skeleton.antirez2014-05-052-2/+95
* Cluster test: check for state=ok after slot allocation.antirez2014-05-051-0/+10
* CLUSTER SET-CONFIG-EPOCH implemented.antirez2014-05-051-0/+31
* Cluster test: slots allocation.antirez2014-05-052-0/+29
* Cluster test: use 20 instances.antirez2014-05-051-1/+1
* Cluster / Sentinel test: instances count moved to run.tcl.antirez2014-05-053-1/+4
* Cluster test: config epoch conflict resolution.antirez2014-05-051-0/+24
* Cluster test: auto-discovery to form full mesh.antirez2014-05-051-0/+22
* Cluster test: check that every node has a different ID.antirez2014-05-051-1/+15
* Cluster test: basic cluster nodes info access functions.antirez2014-05-051-0/+37
* CLIENT LIST speedup via peerid caching + smart allocation.antirez2014-04-285-25/+43
* Use sdscatfmt() in getClientInfoString() to make it faster.antirez2014-04-282-9/+10
* Added new sdscatfmt() %u and %U format specifiers.antirez2014-04-281-4/+71
* sdscatfmt() added to SDS library.antirez2014-04-281-27/+165
* Test: fixed scripting.tcl test false positive.antirez2014-04-281-0/+1
* Process events with processEventsWhileBlocked() when blocked.antirez2014-04-285-4/+27
* Accept multiple clients per iteration.antirez2014-04-282-17/+33
* AE_ERR -> ANET_ERR in acceptUnixHandler().antirez2014-04-281-1/+1
* Redis Cluster test framework skeleton.antirez2014-04-285-0/+72
* While ANET_ERR is -1, check syscall retval for -1 itself.antirez2014-04-281-2/+2
* clusterLoadConfig() REDIS_ERR retval semantics refined.antirez2014-04-281-1/+10
* Lock nodes.conf to avoid multiple processes using the same file.antirez2014-04-281-0/+62