summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | fix typoFuGangqiang2015-04-191-1/+1
| |/
* | Merge pull request #2534 from itamarhaber/patch-3Salvatore Sanfilippo2015-05-041-1/+1
|\ \
| * | update copyright yearItamar Haber2015-04-211-1/+1
| |/
* | Making sentinel flush config on +slavetherealbill2015-05-041-0/+1
* | Sentinel: remove useless sentinelFlushConfig() callantirez2015-05-041-4/+1
* | Merge pull request #2542 from yossigo/lua_client_buffer_crashSalvatore Sanfilippo2015-05-041-1/+1
|\ \
| * | Fix Redis server crash when Lua command exceeds client output bufferYossi Gottlieb2015-04-261-1/+1
* | | Merge pull request #2551 from charsyam/feature/sentinel-memory-leak-1Salvatore Sanfilippo2015-05-041-0/+1
|\ \ \
| * | | fix sentinel memory leakclark.kang2015-04-291-0/+1
* | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2015-04-291-3/+3
|\ \ \ \
| * \ \ \ Merge pull request #2550 from badboy/readme-fixesSalvatore Sanfilippo2015-04-291-3/+3
| |\ \ \ \
| | * | | | One more small fixJan-Erik Rediger2015-04-281-1/+1
| | * | | | Fix spelling and grammatical errors in readmeJan-Erik Rediger2015-04-281-3/+3
| | |/ / /
* | | | | Add header guard for ziplist.hantirez2015-04-291-0/+5
|/ / / /
* | | | Fix Sentinel memory leak (hiredis bug)antirez2015-04-281-0/+1
|/ / /
* | | sha1.c: use standard uint32_t.antirez2015-04-272-11/+11
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2015-04-271-1/+1
|\ \ \ | |/ /
| * | Merge pull request #2539 from itamarhaber/patch-4Salvatore Sanfilippo2015-04-241-1/+1
| |\ \ | | |/ | |/|
| | * Added reference to IANA ticket for port 6379Itamar Haber2015-04-241-1/+1
| |/
* | Example redis.conf doc about pidfile fixed.antirez2015-04-261-2/+9
|/
* Net: improve prepareClientToWrite() error handling and comments.antirez2015-04-012-10/+37
* Merge pull request #2485 from oranagra/diskless-repl-fixesSalvatore Sanfilippo2015-04-012-1/+2
|\
| * fixes to diskless replication.Oran Agra2015-03-312-1/+2
* | Test: be more patient waiting for servers to exit.antirez2015-03-311-1/+6
|/
* Fix setTypeNext call assuming NULL can be passed.antirez2015-03-311-2/+10
* Sentinel / Cluster test: exit with non-zero error code on failures.antirez2015-03-303-0/+16
* Set: setType*() API more defensive initializing both values.antirez2015-03-301-0/+6
* Check bio.c job type at thread startup.antirez2015-03-301-0/+7
* Ensure array index is in range in addReplyLongLongWithPrefix().antirez2015-03-301-2/+2
* Test: regression for issue #2473.antirez2015-03-271-8/+44
* dict.c: convert types to unsigned long where appropriate.antirez2015-03-271-7/+7
* dict.c: add casting to avoid compilation warning.antirez2015-03-271-1/+1
* 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
* Merge pull request #2470 from superlogical/unstableSalvatore Sanfilippo2015-03-241-2/+2
|\
| * 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
* Fix typo in beforeSleep() comment.antirez2015-03-211-1/+1
* Net: processUnblockedClients() and clientsArePaused() minor changes.antirez2015-03-212-2/+6
* Net: clientsArePaused() should not touch blocked clients.antirez2015-03-211-1/+1
* Cluster: non-conditional steps of slave failover refactored into a function.antirez2015-03-201-27/+40
* Cluster: separate unknown master check from the rest.antirez2015-03-201-2/+5
* Cluster: refactoring around configEpoch handling.antirez2015-03-201-124/+157
* Cluster: better cluster state transiction handling.antirez2015-03-203-2/+21