summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ziplist: insertion bug under particular conditions fixed.3.0antirez2017-02-011-1/+9
* Cluster: handle zero bytes at the end of nodes.conf.antirez2016-12-061-1/+1
* Merge pull request #3300 from andyli029/patch-3Salvatore Sanfilippo2016-06-101-1/+1
|\
| * fix comment "b>a" to "a > b"andyli2016-06-071-1/+1
|/
* Removed dofile() from LuaAdam Baldwin2016-05-081-0/+2
* Fix nanosecond conversionJan-Erik Rediger2016-05-051-1/+1
* additional fix to issue #2948Oran Agra2016-05-051-0/+3
* New masters with slots are now targets of migration if others are.antirez2016-05-051-1/+35
* Minor redis-cli wording change in --help output.antirez2016-05-051-1/+2
* redis-cli: don't free historyfile, is used later.antirez2016-05-051-0/+1
* Cluster: make getNodeByQuery() responsible of -CLUSTERDOWN errors.antirez2016-05-052-18/+21
* 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
* Merge pull request #3133 from c2nes/check-slots-execSalvatore Sanfilippo2016-05-051-2/+7
|\
| * Ensure slots are rechecked on EXEC.Chris Thunes2016-03-111-2/+7
* | fix variableRyosuke Hasebe2016-05-051-5/+5
* | fix check_open_slotsRyosuke Hasebe2016-05-051-1/+2
|/
* Remove Lua state reference from buffers in lua_cmsgpack.antirez2016-02-101-28/+25
* cmsgpack: pass correct osize values to lua allocator, update correct buf free...yoav@monfort.co.il2016-02-101-4/+4
* Fix NOTIFY macro names after cherry pick of fix.antirez2016-02-051-2/+2
* Adds keyspace notifications for lremItamar Haber2016-02-051-2/+10
* Merge branch '3.0' of github.com:/antirez/redis into 3.0antirez2016-01-311-5/+0
|\
| * Merge pull request #3048 from itamarhaber/patch-4Salvatore Sanfilippo2016-01-311-5/+0
| |\
| | * Removes more spuriousness from 3.0.7Itamar Haber2016-01-301-5/+0
| |/
* | Fix wrong macro name after merge of 3.2 code. (again).antirez2016-01-311-1/+1
|/
* Fix wrong macro name after merge of 3.2 code.antirez2016-01-291-1/+1
* Typo ASII -> ASCII fixed in comment.antirez2016-01-291-1/+1
* Cluster: include node IDs in SLOTS output.antirez2016-01-291-2/+6
* Remove spurious entries in 3.0.7 changelog.antirez2016-01-291-7/+0
* UPDATE: Redis 3.0.7.antirez2016-01-281-1/+7
* Use a smoother running average for avg_ttl in INFO.antirez2016-01-261-5/+9
* Fix merge conflicts from 3.2.antirez2016-01-261-3/+3
* Cluster: mismatch sender ID log put back at DEBUG level.antirez2016-01-261-13/+5
* Cluster: fix missing ntohs() call to access gossip section port.antirez2016-01-261-1/+1
* Better address udpate strategy when processing gossip sections.antirez2016-01-261-3/+20
* Fix memory leak in masterauth config option loading.antirez2016-01-261-0/+1
* Fix merge issues with 3.2 backports.3.0.7antirez2016-01-251-2/+2
* Redis 3.0.7.antirez2016-01-252-1/+40
* Minor MIGRATE refactoring.antirez2016-01-251-5/+12
* More variadic MIGRATE fixes.antirez2016-01-251-8/+9
* Various fixes to MIGRATE with multiple keys.antirez2016-01-251-12/+45
* Test: Handle LOADING in restart_instance.antirez2016-01-251-0/+12
* Detect and show crashes on Sentinel/Cluster tests.antirez2016-01-251-0/+18
* Cluster: fix setting nodes slaveof pointer to NULL on node release.antirez2016-01-251-14/+3
* Cluster: clarify node->slave may be NULL.antirez2016-01-251-1/+4
* Cluster: fix rebalancing to always empty nodes.antirez2016-01-251-3/+24
* Cluster: redis-trib move_to_slot: don't send SETSLOT to slaves.antirez2016-01-251-0/+1
* Cluster: fix redis-trib reference of variable in warning.antirez2016-01-251-1/+1
* CLUSTER BUMPEPOCH initial implementation fixed.antirez2016-01-252-14/+25
* Cluster: implement redis-trib fix when slot is open without owners.antirez2016-01-251-9/+39