summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.9.56 (Redis 3.0.0 beta-7).3.0.0-beta7antirez2014-06-302-1/+34
* Test: find_available_port: check that cluster port is free as well.antirez2014-06-301-4/+6
* Test: fix instances.tcl restart_instance abort error.antirez2014-06-301-1/+1
* DEBUG CMDKEYS moved to COMMAND GETKEYS.antirez2014-06-272-18/+18
* COMMAND COUNT subcommand added.antirez2014-06-271-1/+3
* COMMAND: fix argument parsing.antirez2014-06-271-9/+12
* COMMANDS command renamed COMMAND.antirez2014-06-272-3/+3
* COMMANDS command: remove static + aesthetic changes.antirez2014-06-271-18/+18
* Cluster: Add COMMANDS commandMatt Stancliff2014-06-272-0/+69
* Fixed assert conditional in ROLE command test.antirez2014-06-261-1/+1
* No more trailing spaces in Redis source code.antirez2014-06-2628-78/+78
* CLIENT KILL: don't kill the master as a normal client.antirez2014-06-261-1/+3
* Remove infinite loop from PSYNC test.antirez2014-06-261-4/+2
* Test: hopefully more robust PSYNC test.antirez2014-06-261-4/+16
* Allow __powerpc__ to define HAVE_ATOMIC tooMatt Stancliff2014-06-261-1/+1
* Allow atomic memory count update with C11 builtinsMatt Stancliff2014-06-261-2/+5
* Use predefined macro for used_memory() updateMatt Stancliff2014-06-261-1/+1
* CLUSTER SLOTS: don't output failing slaves.antirez2014-06-261-9/+11
* CLUSTER SLOTS: main loop should skip only slaves and zero slot masters.antirez2014-06-261-3/+3
* Cluster: Add CLUSTER SLOTS commandMatt Stancliff2014-06-261-0/+71
* Cluster: myself->ip autodiscovery.antirez2014-06-261-0/+25
* Old form of CLIENT KILL should still allow suicide.antirez2014-06-241-0/+1
* 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-232-2/+4
* 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
* 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
* Jemalloc updated to 3.6.0.antirez2014-06-21148-4901/+16667
* Jemalloc update script added.antirez2014-06-211-0/+9
* Cluster: clear NOADDR flag when updating node address.antirez2014-06-211-0/+1
* Sentinel test: tolerate larger delays in init tests.antirez2014-06-211-3/+3
* Sentinel test: unit 02, avoid some time related false positives.antirez2014-06-211-9/+10
* Sentinel: send hello messages ASAP after config change.antirez2014-06-211-1/+35
* Sentinel test: add manual failover test.antirez2014-06-211-0/+44
* Sentinel: handle SRI_PROMOTED flag correctly.antirez2014-06-211-4/+6
* Test: use higher level redis.tcl proc to read replies.antirez2014-06-211-3/+3
* Sentienl/Redis test: enable link reconnection in instances.tcl.antirez2014-06-211-2/+6
* Test: Tcl client initial support for automatic reconnection.antirez2014-06-211-14/+53
* Test: tcl client, unset deferred var on close.antirez2014-06-211-0/+1
* Add correct exit value to failed testsMatt Stancliff2014-06-212-0/+2
* add missing signal.h includeAlex Suraci2014-06-211-0/+1
* Add SIGINT handler to cli --intrinsic-latencyMatt Stancliff2014-06-211-1/+8
* Sentinel: send SLAVEOF with MULTI, CLIENT KILL, CONFIG REWRITE.antirez2014-06-211-5/+37