summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove infinite loop from PSYNC test.antirez2014-06-271-4/+2
* Test: hopefully more robust PSYNC test.antirez2014-06-271-4/+16
* Allow __powerpc__ to define HAVE_ATOMIC tooMatt Stancliff2014-06-271-1/+1
* Allow atomic memory count update with C11 builtinsMatt Stancliff2014-06-271-2/+5
* Use predefined macro for used_memory() updateMatt Stancliff2014-06-271-1/+1
* Fixed assert conditional in ROLE command test.antirez2014-06-261-1/+1
* No more trailing spaces in Redis source code.antirez2014-06-2627-73/+73
* CLIENT KILL: don't kill the master as a normal client.antirez2014-06-261-1/+3
* Old form of CLIENT KILL should still allow suicide.antirez2014-06-241-0/+1
* 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