summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cluster: more tests for manual failover + FORCE.antirez2015-03-221-1/+93
* Cluster: new tests1 for manual failover and scripts replication.antirez2015-03-221-0/+95
* Cluster: fix Lua scripts replication to slave nodes.antirez2015-03-222-2/+5
* Two cluster.c comments improved.antirez2015-03-211-2/+3
* Cluster: TAKEOVER option for manual failover.antirez2015-03-211-7/+20
* Net: processUnblockedClients() and clientsArePaused() minor changes.antirez2015-03-212-2/+6
* Cluster: non-conditional steps of slave failover refactored into a function.antirez2015-03-211-27/+40
* Cluster: separate unknown master check from the rest.antirez2015-03-211-2/+5
* Cluster: refactoring around configEpoch handling.antirez2015-03-211-89/+135
* Fix typo in beforeSleep() comment.antirez2015-03-211-1/+1
* Net: clientsArePaused() should not touch blocked clients.antirez2015-03-211-1/+1
* Redis 2.9.105 (3.0.0 Release Candidate 5)3.0.0-rc5antirez2015-03-202-1/+34
* Cluster: better cluster state transiction handling.antirez2015-03-203-2/+21
* Cluster: move clusterBeforeSleep() call before unblocked clients processing.antirez2015-03-201-3/+6
* Cluster: more robust slave check in CLUSTER REPLICATE.antirez2015-03-181-1/+1
* Cluster: ignore various node files in create-cluster dir.antirez2015-03-181-0/+4
* Added regression test for issue #2371.antirez2015-03-182-0/+25
* HAVE_SYNC_FILE_RANGE should be protected by ifdef __linux__.antirez2015-03-181-0/+2
* Fix for #2371Mariano Pérez Rodríguez2015-03-181-4/+5
* Norrow backtrace and setproctitle() to Linux+glibc.antirez2015-03-181-2/+2
* redis-cli --latency-dist: one gray more, and --mono support.antirez2015-03-181-7/+17
* redis-cli --latency-dist, hopefully better palette.antirez2015-03-181-2/+2
* Unify to uppercase the headlineMasahiko Sawada2015-03-181-1/+1
* Add command CLUSTER MYIDMichel Martens2015-03-181-0/+3
* Net: better Unix socket error. Issue #2449.antirez2015-03-181-1/+1
* Support CLIENT commands in Redis SentinelLeandro López (inkel)2015-03-131-0/+1
* Config: activerehashing option support in CONFIG SET.antirez2015-03-081-0/+5
* Fix iterator for issue #2438.antirez2015-03-041-1/+1
* Migrate: replace conditional with pre-computed value.antirez2015-02-271-1/+1
* Improvements to PR #2425antirez2015-02-261-10/+10
* Merge pull request #2425 from twang817/migrateCacheDbidSalvatore Sanfilippo2015-02-261-23/+36
|\
| * Add last_dbid to migrateCachedSocket to avoid redundant SELECTTommy Wang2015-02-251-23/+36
|/
* Merge branch 'testing' into 3.0antirez2015-02-132-2/+41
|\
| * Redis 2.9.104 (3.0.0 Release Candidate 4).3.0.0-rc4antirez2015-02-132-2/+41