summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 3.2.03.2.0antirez2016-05-062-1/+837
* Cluster: don't check scripts key slots during AOF loading.antirez2016-05-051-2/+4
* redis-cli: remove debugging message.antirez2016-05-051-1/+0
* Revert "Fix commandCommand arity"antirez2016-05-051-1/+1
* Fix commandCommand arityRuben Bridgewater2016-05-051-1/+1
* Fix a possible race condition of sdown detection if theDaniel Shih2016-05-051-0/+2
* Fix nanosecond conversionJan-Erik Rediger2016-05-051-1/+1
* redis-cli: don't free historyfile, is used later.antirez2016-05-051-1/+1
* Cluster test 12: reshard back just a few slots to speedup the test.antirez2016-05-051-7/+7
* Cluster: make getNodeByQuery() responsible of -CLUSTERDOWN errors.antirez2016-05-052-18/+21
* Fixes a typoItamar Haber2016-05-051-1/+1
* Reverse redirect address parseDavid Cavar2016-05-051-1/+1
* Bind both IPv4 and IPv6 or exit with an error by default.antirez2016-05-051-8/+10
* Quick fix to avoid false positive in replica migration test.antirez2016-05-051-1/+4
* Ensure slots are rechecked on EXEC.Chris Thunes2016-05-051-2/+7
* fix for #3187therealbill2016-05-053-4/+4
* Fixed typo in README.mdSeth Bergman2016-05-051-1/+1
* fix variableRyosuke Hasebe2016-05-051-5/+5
* fix check_open_slotsRyosuke Hasebe2016-05-051-1/+2
* Minor redis-cli wording change in --help output.antirez2016-05-041-1/+2
* Allow CONFIG GET during loading.antirez2016-05-042-1/+7
* Command "r" flag removed from commands not accessing the key space.antirez2016-05-041-35/+35
* DEBUG command self documentation.antirez2016-05-042-2/+49
* various cleanups and minor fixesOran Agra2016-05-0412-44/+39
* dict.c minor optimizationOran Agra2016-05-041-4/+4
* networking.c minor optimizationOran Agra2016-05-041-6/+5
* add DEBUG JEMALLC PURGE and JEMALLOC INFO cleanupOran Agra2016-05-042-2/+17
* fix small issues in redis 3.2Oran Agra2016-05-042-1/+3
* additional fix to issue #2948Oran Agra2016-05-041-0/+3
* Reply with error on negative geo radius.antirez2016-05-041-1/+4
* Cluster regression test for #3043.antirez2016-05-021-0/+61
* New masters with slots are now targets of migration if others are.antirez2016-05-021-1/+35
* Test ZINCRBY return value.antirez2016-05-021-0/+6
* redis-cli preferences and rc file support.antirez2016-05-021-17/+85
* redis-cli hints.antirez2016-05-023-1/+62
* Linenoise updated again (hints support).antirez2016-05-024-8/+248
* Linenoise updated.antirez2016-05-021-15/+45
* ae.c: Fix delay until next timer event.antirez2016-05-021-9/+12
* ae.c: comment to explain why we have a useless maxId check.antirez2016-05-021-1/+5
* Fix ae.c to avoid timers infinite loop.antirez2016-05-024-30/+28
* BITFIELD: overflow wrap behavior fuzz tester.antirez2016-05-021-0/+51
* BITFIELD basic unit tests.antirez2016-05-021-1/+85
* BITFIELD: Farest bit set is offset+bits-1. Off by one error fixed.antirez2016-05-021-2/+4
* BITFIELD: overflow fuzzy testing.antirez2016-05-022-0/+53
* Fix typo in bitops.tcl comment.antirez2016-05-021-1/+1
* More BITFIELD fixes. Overflow conditional simplified.antirez2016-05-021-9/+8
* bitops/bitfield: fix length, overflow condition and *signSun He2016-05-021-5/+8
* Fix INFO commandstats reporting when argv is rewritten.antirez2016-05-022-3/+3
* BITFIELD: refactoring & fix of retval on FAIL.antirez2016-05-021-8/+24
* BITFIELD: Fix #<index> form parsing.antirez2016-05-021-6/+4