summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge pull request #1838 from mattsta/powerpc-fixesSalvatore Sanfilippo2014-06-262-4/+7
|\
| * 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
|/
* Make unstable branch version unique and distinguishable.antirez2014-06-251-1/+1
* CLUSTER SLOTS: don't output failing slaves.antirez2014-06-251-9/+11
* CLUSTER SLOTS: main loop should skip only slaves and zero slot masters.antirez2014-06-251-3/+3
* Cluster: Add CLUSTER SLOTS commandMatt Stancliff2014-06-251-0/+71
* Cluster: myself->ip autodiscovery.antirez2014-06-251-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
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2014-06-230-0/+0
|\
| * Merge pull request #1829 from mattsta/stop-aof-datalossSalvatore Sanfilippo2014-06-231-0/+6
| |\
| | * Cancel SHUTDOWN if initial AOF is being writtenMatt Stancliff2014-06-211-0/+6
* | | 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-20148-4901/+16667
* Jemalloc update script added.antirez2014-06-201-0/+9
* Cluster: clear NOADDR flag when updating node address.antirez2014-06-201-0/+1
* 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 test: add manual failover test.antirez2014-06-191-0/+44
* Sentinel: handle SRI_PROMOTED flag correctly.antirez2014-06-191-4/+6
* Test: use higher level redis.tcl proc to read replies.antirez2014-06-181-3/+3
* Sentienl/Redis test: enable link reconnection in instances.tcl.antirez2014-06-181-2/+6
* 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
* Merge pull request #1824 from mattsta/fix-test-error-signalSalvatore Sanfilippo2014-06-182-0/+2
|\
| * Add correct exit value to failed testsMatt Stancliff2014-06-182-0/+2
|/
* Merge pull request #1822 from vito/patch-1Salvatore Sanfilippo2014-06-181-0/+1
|\
| * add missing signal.h includeAlex Suraci2014-06-171-0/+1
|/
* Merge pull request #1658 from mattsta/redis-cli-latency-clean-interruptSalvatore Sanfilippo2014-06-171-1/+8
|\
| * Add SIGINT handler to cli --intrinsic-latencyMatt Stancliff2014-06-171-1/+8
|/