summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Cluster: invalidate current transaction on redirections.antirez2014-03-051-0/+1
* Sentinel test: use 1000 as retry in initial 00 unit test.antirez2014-03-051-1/+1
* Sentinel test: initial tests in 03 unit.antirez2014-03-051-0/+39
* Sentinel test: foreach_instance_id now supports 'continue'.antirez2014-03-051-0/+2
* Sentienl test: fixed typo in unit 03 top comment.antirez2014-03-051-1/+1
* Document why we update peak memory in INFO.antirez2014-03-051-2/+5
* Fix configEpoch assignment when a cluster slot gets "closed".antirez2014-03-051-1/+3
* Force INFO used_memory_peak to match peak memoryMatt Stancliff2014-03-051-2/+7
* Improved bigkeys with progress, pipelining and summarymichael-grunder2014-03-051-81/+244
* Sentinel test: Makefile target added.antirez2014-02-282-0/+17
* BITPOS fuzzy testing.antirez2014-02-271-0/+33
* Basic BITPOS tests.antirez2014-02-271-0/+102
* warnigns -> warnings in redisBitpos().antirez2014-02-271-1/+1
* More consistent BITPOS behavior with bit=0 and ranges.antirez2014-02-271-9/+15
* Initial implementation of BITPOS.antirez2014-02-273-1/+171
* Added two more BITCOUNT tests stressing misaligned access.antirez2014-02-271-0/+12
* BITCOUNT fuzzy test with random start/end added.antirez2014-02-271-1/+15
* Fix misaligned word access in redisPopcount().antirez2014-02-271-2/+9
* Fix IP representation in clusterMsgDataGossipMatt Stancliff2014-02-271-1/+1
* Sentinel test: add stub for unit 04.antirez2014-02-251-0/+5
* Sentinel test: added TODO items in 02 unit.antirez2014-02-251-0/+5
* Sentinel test: check role at end of unit 01.antirez2014-02-251-0/+4
* Update --bigkeys to use SCANmichael-grunder2014-02-251-58/+82
* Sentinel test: kill masters instead of using DEBUG SLEEP in all tests.antirez2014-02-252-5/+12
* redis-cli: also remove useless uint8_t.antirez2014-02-251-1/+1
* redis-cli: don't use uint64_t where actually not needed.antirez2014-02-251-2/+2
* redis-cli: check argument existence for --pattern.antirez2014-02-251-1/+1
* redis-cli: --intrinsic-latency run mode added.antirez2014-02-251-3/+81
* redis-cli: added comments to split program in parts.antirez2014-02-251-5/+41
* Sentinel test: restart instances left killed by previous unit.antirez2014-02-251-0/+12
* Sentinel test: jump to next unit on test failure.antirez2014-02-251-0/+2
* Sentinel test: test majority crashing Sentinels.antirez2014-02-251-8/+6
* Sentinel test: restart_instance should refresh pid attrib.antirez2014-02-251-0/+4
* Sentinel test: more stuff mored from 00-base to init.antirez2014-02-252-24/+24
* Sentinel: log quorum with +monitor event.antirez2014-02-251-2/+2
* Sentinel test: removed useless code to set SDOWN timeout.antirez2014-02-251-4/+0
* Sentinel: generate +monitor events at startup.antirez2014-02-251-0/+21
* Sentinel: log +monitor and +set events.antirez2014-02-251-3/+9
* Sentinel: added missing exit(1) after checking for config file.antirez2014-02-251-0/+1
* Sentinel test: tmp dir and gitignore added.antirez2014-02-251-0/+2
* Sentinel test: minor fixes to --pause-on-error.antirez2014-02-251-3/+5
* Sentinel test: --pause-on-error option added.antirez2014-02-251-0/+17
* Sentinel test: added empty units to fill later.antirez2014-02-252-0/+2
* Sentinel: IDONTKNOW error removed.antirez2014-02-251-2/+0
* Sentinel test: framework improved and conf-update unit added.antirez2014-02-255-20/+112
* Add cluster or sentinel to proc titleMatt Stancliff2014-02-251-2/+7
* Sentinel test: move init tests as includes.antirez2014-02-253-25/+25
* Sentinel test: ability to run just a subset of test files.antirez2014-02-252-0/+26
* Auto-enter slaveMode when SYNC from redis-cliMatt Stancliff2014-02-251-0/+12
* Sentinel: report instances role switch events.antirez2014-02-201-0/+8