summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* luaRedisGenericCommand(): log error at WARNING level when re-entered.antirez2015-01-221-2/+5
* luaRedisGenericCommand() recursion: just return an error.antirez2015-01-221-1/+3
* Panic on recursive calls to luaRedisGenericCommand().antirez2015-01-221-0/+14
* AOF rewrite: set iterator var to NULL when freed.antirez2015-01-211-0/+1
* Add "-lrt" in Makefile for Solaris.antirez2015-01-091-1/+1
* Check for __sun macro in solarisfixes.h, not in includers.antirez2015-01-093-5/+4
* README section about make distclean reworded / extended.antirez2015-01-081-5/+17
* Explain make distclean which seems not well knownJungtaek Lim2015-01-081-0/+7
* INFO loading stats: three fixes.antirez2014-12-232-4/+5
* Fixed memory leaks in rdbSaveToSlavesSockets()Alon Diamant2014-12-221-0/+2
* Fix adjustOpenFilesLimit() logging to match real state.antirez2014-12-191-12/+12
* Add redis-sentinel symlink to a relative pathRhommel Lamas2014-12-171-1/+1
* Redis 2.8.19.2.8.19antirez2014-12-162-1/+31