summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.8.10.2.8.10antirez2014-06-052-1/+25
* Don't process min-slaves-to-write for slaves.antirez2014-06-051-1/+2
* Tests for min-slaves-* feature.antirez2014-06-051-0/+60
* Fixed dbuf variable scope in luaRedisGenericCommand().antirez2014-06-041-1/+1
* Regression test for issue #1118.antirez2014-06-041-0/+8
* Scripting: better Lua number -> string conversion in luaRedisGenericCommand().antirez2014-06-041-4/+14
* More trailing spaces in sentinel.c removed.antirez2014-05-281-2/+2
* Disable recursive watchdog signal handlerMatt Stancliff2014-05-261-1/+1
* Sentinel example config: explain you don't need to specify slaves.antirez2014-05-261-0/+6
* Test: fixed scripting.tcl test false positive.antirez2014-05-221-0/+1
* Process events with processEventsWhileBlocked() when blocked.antirez2014-05-225-4/+27
* Accept multiple clients per iteration.antirez2014-05-222-17/+33
* While ANET_ERR is -1, check syscall retval for -1 itself.antirez2014-05-221-2/+2
* Regression test for issue #1764.antirez2014-05-201-0/+13
* Fix LUA_OBJCACHE segfault.michael-grunder2014-05-201-1/+3
* Remove trailing spaces from scripting.cantirez2014-05-201-3/+3
* Remove trailing spaces from sentinel.c.antirez2014-05-201-9/+9
* HyperLogLog regression test for issue #1762.antirez2014-05-191-0/+11
* Correct the HyperLogLog stale cache flag to prevent unnecessary computations.Mike Trinkala2014-05-191-4/+4
* Fix 2.8 backport of fastscript branch.antirez2014-05-141-2/+1
* Fixed possible buffer overflow bug if RDB file is corrupted.Akos Vandra2014-05-121-1/+1
* fixed possible buffer overflow errorAkos Vandra2014-05-121-1/+1
* Sentinel: Add "dir /tmp" directive in example sentinel.conf.antirez2014-05-121-0/+7
* DEBUG POPULATE: call dictExpand() to avoid useless rehashing.antirez2014-05-091-0/+1
* 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
* 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
* Add test for deleting an expired keyMatt Stancliff2014-04-231-0/+8
* Check key expiration before deletingMatt Stancliff2014-04-231-0/+1
* fix null pointer access with no file pointerGlauber Costa2014-04-231-1/+1
* Merge pull request #1700 from nirvdrum/patch-1Salvatore Sanfilippo2014-04-231-2/+2
|\
| * Fixed typos.Kevin Menard2014-04-221-2/+2
* | Missing return REDIS_ERR added to processMultibulkBuffer().antirez2014-04-231-1/+3
|/
* redis-cli help.h updated.antirez2014-04-221-2/+73
* generate-command-help.rb updated with new hyperloglog group.antirez2014-04-221-1/+2
* Redis 2.8.9.2.8.9antirez2014-04-222-1/+11
* Fuzzy test for ZREMRANGEBYLEX added.antirez2014-04-181-1/+41
* ZREMRANGEBYLEX memory leak removed calling zslFreeLexRange().antirez2014-04-181-2/+5
* PFCOUNT multi-key test added.antirez2014-04-181-0/+15
* Speedup hllRawSum() processing 8 bytes per iteration.antirez2014-04-181-7/+15