summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix possible warning on incomplete struct initOran Agra2020-04-071-1/+1
* Make sure Redis does not reply with negative zeroGuy Benoish2020-04-072-0/+10
* DEBUG OBJECT should pass keyname to module when loadingGuy Benoish2020-04-073-4/+4
* debug, dump registers on arm too.David Carlier2020-04-071-27/+55
* fix spelling in cluster.chwware2020-04-071-1/+1
* XACK should be executed in a "all or nothing" fashion.Valentino Geron2020-04-072-1/+23
* add check for not switching between optin optout mode directlyhwware2020-04-071-1/+12
* add check for not providing both optin optout flaghwware2020-04-071-0/+8
* PERSIST should notify a keyspace eventGuy Benoish2020-04-071-0/+1
* streamReplyWithRange: Redundant XSETIDs to replicaGuy Benoish2020-04-071-1/+2
* Simplify comment in moduleTryServeClientBlockedOnKey().antirez2020-04-071-12/+3
* Fix memory corruption in moduleHandleBlockedClientsGuy Benoish2020-04-073-46/+149
* Redis 6.0-RC3.6.0-rc3antirez2020-03-312-1/+318
* cast raxSize() to avoid warning with format spec.antirez2020-03-311-1/+1
* Minor changes to #7037.antirez2020-03-312-5/+14
* Modules: Test MULTI/EXEC replication of RM_ReplicateGuy Benoish2020-03-316-9/+49
* RENAME can unblock XREADGROUPGuy Benoish2020-03-313-1/+25
* Fix the propagate Tcl test after module changes.antirez2020-03-311-1/+1
* Modify the propagate unit test to show more cases.antirez2020-03-311-2/+30
* Fix module commands propagation double MULTI bug.antirez2020-03-314-8/+25
* Fix RM_Call() stale comment due to cut&paste.antirez2020-03-311-3/+1
* fix: dict.c->dictResize()->minimal typeOMG-By2020-03-311-1/+1
* PSYNC2: reset backlog_idx and master_repl_offset correctlyzhaozhao.zz2020-03-311-5/+10
* Precise timeouts: reference client pointer directly.antirez2020-03-311-16/+13
* timeout.c created: move client timeouts code there.antirez2020-03-315-167/+198
* AOFRW on an empty stream created with MKSTREAM loads badklyOran Agra2020-03-312-1/+15
* Precise timeouts: cleaup the table on unblock.antirez2020-03-313-2/+21
* Precise timeouts: fix comments after functional change.antirez2020-03-312-6/+6
* Precise timeouts: use only radix tree for timeouts.antirez2020-03-313-38/+15
* Precise timeouts: fast exit for clientsHandleShortTimeout().antirez2020-03-311-0/+1
* Precise timeouts: fix bugs in initial implementation.antirez2020-03-312-1/+5
* Precise timeouts: working initial implementation.antirez2020-03-313-28/+110
* Precise timeouts: refactor unblocking on timeout.antirez2020-03-312-13/+33
* PSYNC2: fix backlog_idx when adjusting for meaningful offsetantirez2020-03-311-0/+3
* Boost up performance for redis PUB-SUB patterns matching伯成2020-03-313-11/+43
* PSYNC2: meaningful offset test.antirez2020-03-252-0/+62
* PSYNC2: meaningful offset implemented.antirez2020-03-253-1/+40
* Explain why we allow transactions in -BUSY state.antirez2020-03-251-2/+9
* MULTI/EXEC during LUA script timeout are messed upOran Agra2020-03-252-0/+73
* Improve comments of replicationCacheMasterUsingMyself().antirez2020-03-251-1/+6
* Fix BITFIELD_RO test.antirez2020-03-252-5/+5
* Abort transactions after -READONLY error. Fix #7014.antirez2020-03-251-0/+1
* Minor changes to BITFIELD_RO PR #6951.antirez2020-03-251-6/+9
* Added BITFIELD_RO variants for read-only operations.bodong.ybd2020-03-254-1/+54
* Modules: updated function doc after #7003.antirez2020-03-251-1/+6
* Allow RM_GetContextFlags to work with ctx==NULLGuy Benoish2020-03-251-14/+16
* fix potentical memory leak in redis-clihwware2020-03-251-0/+2
* Fix crashes related to failed/rejected accepts.Yossi Gottlieb2020-03-251-5/+6
* Cluster: fix misleading accept errors.Yossi Gottlieb2020-03-251-3/+4
* Conns: Fix connClose() / connAccept() behavior.Yossi Gottlieb2020-03-253-32/+48