summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DEBUG embstr-classes added.freelistantirez2014-05-081-0/+12
* Use a free list for EMBSTR objects creation / release.antirez2014-05-081-7/+43
* REDIS_ENCODING_EMBSTR_SIZE_LIMIT set to 39.antirez2014-05-071-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
* Test: cluster/base, check that we can write/read from cluster.antirez2014-05-022-0/+13
* Cluster: Tcl cluster client: handle MOVED/ASK.antirez2014-05-021-5/+24
* Cluster: Tcl cluster client: slots-nodes map and close method.antirez2014-05-021-2/+25
* Cluster: Tcl cluster client: build nodes representation.antirez2014-05-021-5/+39
* Cluster: Tcl cluster client: get nodes description.antirez2014-05-021-6/+60
* Cluster: Tcl cluster client key -> hashslot.antirez2014-04-301-1/+61
* Cluster test: Tcl cluster library initial skeleton.antirez2014-04-302-2/+95
* Cluster test: check for state=ok after slot allocation.antirez2014-04-301-0/+10
* CLUSTER SET-CONFIG-EPOCH implemented.antirez2014-04-291-0/+31
* Cluster test: slots allocation.antirez2014-04-292-0/+29
* Cluster test: use 20 instances.antirez2014-04-291-1/+1
* Cluster / Sentinel test: instances count moved to run.tcl.antirez2014-04-293-1/+4
* Cluster test: config epoch conflict resolution.antirez2014-04-291-0/+24
* Cluster test: auto-discovery to form full mesh.antirez2014-04-291-0/+22
* Cluster test: check that every node has a different ID.antirez2014-04-291-1/+15
* Cluster test: basic cluster nodes info access functions.antirez2014-04-291-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-241-0/+1
* Process events with processEventsWhileBlocked() when blocked.antirez2014-04-245-4/+27
* Accept multiple clients per iteration.antirez2014-04-242-17/+33
* AE_ERR -> ANET_ERR in acceptUnixHandler().antirez2014-04-241-1/+1
* Redis Cluster test framework skeleton.antirez2014-04-245-0/+72
* While ANET_ERR is -1, check syscall retval for -1 itself.antirez2014-04-241-2/+2
* clusterLoadConfig() REDIS_ERR retval semantics refined.antirez2014-04-241-1/+10
* Lock nodes.conf to avoid multiple processes using the same file.antirez2014-04-241-0/+62
* Sentinel test files / directories layout improved.antirez2014-04-2410-26/+38
* Test: spawn_instance now supports additional config.antirez2014-04-241-4/+10
* Merge pull request #1677 from mattsta/expire-before-deleteSalvatore Sanfilippo2014-04-232-0/+9
|\
| * Add test for deleting an expired keyMatt Stancliff2014-04-101-0/+8
| * Check key expiration before deletingMatt Stancliff2014-04-101-0/+1
* | Fixed typos.Kevin Menard2014-04-231-2/+2
* | fix null pointer access with no file pointerGlauber Costa2014-04-231-1/+1
* | Merge pull request #1701 from kingsumos/node_descriptionSalvatore Sanfilippo2014-04-231-1/+1
|\ \