summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 3.0.23.0.2antirez2015-06-042-1/+15
* hide access to debug tableBen Murphy2015-06-031-6/+9
* disable loading lua bytecodeBen Murphy2015-06-031-1/+1
* Scripting: Lua cmsgpack lib updated to include str8 supportantirez2015-06-031-29/+42
* Removed incorrect suggestionItamar Haber2015-05-291-1/+1
* Test: ZADD CH testsantirez2015-05-291-0/+7
* ZADD RETCH option renamed CHantirez2015-05-291-4/+4
* Test: ZADD INCR testantirez2015-05-291-0/+14
* Test: ZADD NX and XX options testsantirez2015-05-291-0/+59
* ZADD RETCH option: Return number of elements added or updatedantirez2015-05-291-1/+4
* ZADD NX and XX optionsantirez2015-05-291-6/+26
* ZADD implemenation able to take options.antirez2015-05-291-10/+49
* adding a sentinel command: "flushconfig"therealbill2015-05-251-0/+4
* Sentinel: CKQUORUM testsantirez2015-05-191-0/+34
* Sentinel: SENTINEL CKQUORUM commandantirez2015-05-191-0/+51
* Merge branch '3.0' of github.com:/antirez/redis into 3.0antirez2015-05-151-1/+1
|\
| * Merge pull request #2567 from ryanschwartz/patch-1Salvatore Sanfilippo2015-05-151-1/+1
| |\
| | * Update 00-RELEASENOTESRyan Schwartz2015-05-071-1/+1
* | | Rewrite smoveCommand test with ternary operatorantirez2015-05-151-4/+1
* | | uphold the smove contract to return 0 when the element is not a member of the...Glenn Nethercutt2015-05-152-1/+5
|/ /
* | protocol error log should be seen debug/verbose levelJungtaek Lim2015-05-151-1/+1
|/
* Release notes: Sentinel upgrade urgency moved to moderateantirez2015-05-051-1/+1
* Redis 3.0.13.0.1antirez2015-05-052-1/+10
* sdsfree x and yFuGangqiang2015-05-041-0/+3
* fix doc exampleFuGangqiang2015-05-041-1/+1
* fix typoFuGangqiang2015-05-041-1/+1
* update copyright yearItamar Haber2015-05-041-1/+1
* Making sentinel flush config on +slavetherealbill2015-05-041-0/+1
* Sentinel: remove useless sentinelFlushConfig() callantirez2015-05-041-4/+1
* Fix Redis server crash when Lua command exceeds client output bufferYossi Gottlieb2015-05-041-1/+1
* fix sentinel memory leakclark.kang2015-05-041-0/+1
* Fix Sentinel memory leak (hiredis bug)antirez2015-04-281-0/+1
* sha1.c: use standard uint32_t.antirez2015-04-272-11/+11
* Old warning removed from release notes.antirez2015-04-011-2/+0
* Redis 3.0.0.3.0.0antirez2015-04-012-13/+46
* dict.c: remove dictGetRandomKeys() API, no longer used.antirez2015-04-012-76/+0
* Merge pull request #2477 from asheldon/patch-1Salvatore Sanfilippo2015-04-011-1/+1
|\
| * 2.8 is a subset of 3.0, not the converse.asheldon2015-03-261-1/+1
* | Net: improve prepareClientToWrite() error handling and comments.antirez2015-04-012-10/+37
* | Test: be more patient waiting for servers to exit.antirez2015-04-011-1/+6
* | fixes to diskless replication.Oran Agra2015-04-012-1/+2
* | Sentinel / Cluster test: exit with non-zero error code on failures.antirez2015-03-303-0/+16
* | Test: regression for issue #2473.antirez2015-03-271-8/+44
* | dict.c: add casting to avoid compilation warning.antirez2015-03-271-2/+2
|/
* Redis 2.9.106 (3.0.0 Release Candidate 6)3.0.0-rc6antirez2015-03-242-1/+39
* Replication: disconnect blocked clients when switching to slave role.antirez2015-03-243-0/+26
* Cluster: redirection refactoring + handling of blocked clients.antirez2015-03-244-29/+102
* create-cluster fix for stop and watch commandssuperlogical2015-03-241-2/+2
* Cluster: unit 10 modified to leave cluster in proper state.antirez2015-03-221-0/+5
* Cluster: CLUSTER FAILOVER TAKEOVER tests.antirez2015-03-221-0/+59