summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove slave state change handled by replicationSetupSlaveForFullResync().antirez2015-08-051-1/+0
* Make sure we re-emit SELECT after each new slave full sync setup.antirez2015-08-053-17/+26
* Test: csvdump now scans all DBs.antirez2015-08-051-32/+36
* Don't send SELECT to slaves in WAIT_BGSAVE_START state.antirez2015-08-051-0/+1
* PSYNC test: also test the vanilla SYNC.antirez2015-08-051-18/+27
* syncCommand() comments improved.antirez2015-08-051-1/+8
* PSYNC initial offset fix.antirez2015-08-054-17/+61
* Test PSYNC with diskless replication.antirez2015-08-051-13/+17
* Merge pull request #2666 from Abioy/2.8Salvatore Sanfilippo2015-07-172-2/+2
|\
| * bugfix: errno might change before loggingYongyue Sun2015-07-132-2/+2
* | Merge pull request #2678 from Kiemes/fix-config-resetstatSalvatore Sanfilippo2015-07-171-0/+1
|\ \
| * | Fix: aof_delayed_fsync is not resetTom Kiemes2015-07-161-0/+1
|/ /
* | Fix 2.8.21 release notes to give full credits.antirez2015-06-041-1/+1
* | Redis 2.8.212.8.21antirez2015-06-042-1/+13
* | 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
* | 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
* | 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
* | Fix 2.8.20 changelog typoantirez2015-05-051-1/+1
* | Redis 2.8.202.8.20antirez2015-05-052-1/+24
* | 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
|/
* fixes to diskless replication.Oran Agra2015-04-012-1/+2
* Test: regression for issue #2473.antirez2015-03-271-8/+44
* Replication: disconnect blocked clients when switching to slave role.antirez2015-03-241-0/+26
* Config: activerehashing option support in CONFIG SET.antirez2015-03-081-0/+5
* Fix iterator for issue #2438.antirez2015-03-041-1/+1
* override histfile from env - fixes #831 and copies #833Charles Hooper2015-02-101-4/+29
* redis-cli --lru-test implemented (cache workload simulator).antirez2015-02-101-0/+102
* redis-cli: interactive reconnection for latency modes.antirez2015-02-101-9/+13
* redis-cli --latecy-dist reverted to gray scale.antirez2015-02-101-8/+10
* redis-cli --latency-dist now uses a color palette.antirez2015-02-101-8/+14
* redis-cli latency dist: add new top HL.antirez2015-02-101-0/+1
* Add missing latency-dest legend symbol.antirez2015-02-101-1/+1
* Initial implementation of redis-cli --latency-dist.antirez2015-02-101-0/+153
* Faster memory efficiency test.antirez2015-02-101-1/+6
* Update redis-cli.cmattcollier2015-02-021-1/+1