summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.8.12.2.8.12antirez2014-06-232-1/+39
* Sentinel test: more correct sentinels config reset.antirez2014-06-231-1/+6
* Sentinel implementation of ROLE.antirez2014-06-231-0/+21
* Silence different signs comparison warning in sds.c.antirez2014-06-232-2/+2
* Use Redis updated sds.c for deps/hiredis.antirez2014-06-232-76/+269
* Sentinel: bind source addressMatt Stancliff2014-06-231-2/+2
* Add REDIS_BIND_ADDR access macroMatt Stancliff2014-06-231-0/+3
* Dummy zmalloc.h restored into deps/hiredis.antirez2014-06-231-0/+13
* hiredis: Update to latest versionMatt Stancliff2014-06-2322-196/+730
* Cancel SHUTDOWN if initial AOF is being writtenMatt Stancliff2014-06-231-0/+6
* Basic tests for the ROLE command.antirez2014-06-231-0/+17
* Test: AOF test false positive when running in slow hosts.antirez2014-06-211-1/+16
* Allow to call ROLE in LOADING state.antirez2014-06-211-1/+1
* ROLE command: array len fixed for slave output.antirez2014-06-211-1/+1
* Sentinel: send SLAVEOF with MULTI, CLIENT KILL, CONFIG REWRITE.antirez2014-06-211-5/+37
* CLIENT KILL API modified.antirez2014-06-211-21/+39
* CLIENT KILL: fix closing link of the current client.antirez2014-06-211-1/+6
* New features for CLIENT KILL.antirez2014-06-212-13/+59
* Assign an unique non-repeating ID to each new client.antirez2014-06-213-2/+7
* Client types generalized.antirez2014-06-215-37/+38
* ROLE output improved for slaves.antirez2014-06-211-1/+13
* ROLE command added.antirez2014-06-213-0/+39
* CLIENT LIST speedup via peerid caching + smart allocation.antirez2014-06-215-25/+43
* Use sdscatfmt() in getClientInfoString() to make it faster.antirez2014-06-212-9/+10
* Added new sdscatfmt() %u and %U format specifiers.antirez2014-06-211-4/+71
* sdscatfmt() added to SDS library.antirez2014-06-211-27/+165
* Jemalloc updated to 3.6.0.antirez2014-06-20148-4901/+16667
* Jemalloc update script added.antirez2014-06-201-0/+9
* Sentinel test: tolerate larger delays in init tests.antirez2014-06-191-3/+3
* Sentinel test: unit 02, avoid some time related false positives.antirez2014-06-191-9/+10
* Sentinel: send hello messages ASAP after config change.antirez2014-06-191-1/+35
* Sentinel: handle SRI_PROMOTED flag correctly.antirez2014-06-191-4/+6
* Sentinel test: add manual failover test.antirez2014-06-191-0/+44
* Test: use higher level redis.tcl proc to read replies.antirez2014-06-181-3/+3
* Test: Tcl client initial support for automatic reconnection.antirez2014-06-181-14/+53
* Test: tcl client, unset deferred var on close.antirez2014-06-181-0/+1
* redis.tcl: return I/O error message when peer closes connection.antirez2014-06-181-1/+4
* Sentinel framework new layout back ported 2.8.antirez2014-06-1810-35/+67
* Add correct exit value to failed testsMatt Stancliff2014-06-181-0/+1
* add missing signal.h includeAlex Suraci2014-06-181-0/+1
* Add SIGINT handler to cli --intrinsic-latencyMatt Stancliff2014-06-171-1/+8
* Scripting: regression test for issue #1811.antirez2014-06-161-0/+22
* Fix semantics of Lua calls to SELECT.antirez2014-06-162-5/+8
* Redis 2.8.11.2.8.11antirez2014-06-112-1/+14
* Scripting: Fix for a #1118 regression simplified.antirez2014-06-111-6/+1
* Scripting: Fix regression from #1118Matt Stancliff2014-06-112-1/+13
* Fix lack of strtold under CygwinMatt Stancliff2014-06-091-0/+4
* Fix lack of SA_ONSTACK under CygwinMatt Stancliff2014-06-091-0/+6
* Fix blocking operations from missing new listsMatt Stancliff2014-06-094-11/+30
* Fixed typo in word avarege in result message of --intrinsic-latency analyzerAndy Grunwald2014-06-061-1/+1