summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Faster ll2string() implementation.faster-ll2stringantirez2014-06-251-3/+74
* 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
|/
* Sentinel: send SLAVEOF with MULTI, CLIENT KILL, CONFIG REWRITE.antirez2014-06-171-5/+37
* CLIENT KILL API modified.antirez2014-06-161-21/+39
* CLIENT KILL: fix closing link of the current client.antirez2014-06-161-1/+6
* New features for CLIENT KILL.antirez2014-06-162-13/+59
* Assign an unique non-repeating ID to each new client.antirez2014-06-163-1/+6
* Client types generalized.antirez2014-06-165-37/+38
* Scripting: regression test for issue #1811.antirez2014-06-121-0/+22
* Fix semantics of Lua calls to SELECT.antirez2014-06-122-5/+8
* Cluser test: write multiple keys in unit 03.antirez2014-06-111-4/+8
* Cluster test: rewrite config when resetting nodes.antirez2014-06-111-1/+2
* Scripting: Fix for a #1118 regression simplified.antirez2014-06-111-6/+1
* Merge pull request #1804 from mattsta/lua-regression-1118Salvatore Sanfilippo2014-06-112-1/+13
|\
| * Scripting: Fix regression from #1118Matt Stancliff2014-06-102-1/+13
|/
* Cluster: fix an error message when logging failover auth denied.antirez2014-06-101-2/+4
* Cluster: better comment for clusterSendFailoverAuthIfNeeded() epoch test.antirez2014-06-101-1/+4