summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Merge pull request #7039 from guybe7/persist_ksnSalvatore Sanfilippo2020-04-021-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | PERSIST should notify a keyspace eventGuy Benoish2020-03-291-0/+1
* | | | | | | | | | | | | | Merge pull request #7042 from guybe7/stream_cg_last_id_fixSalvatore Sanfilippo2020-04-021-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | streamReplyWithRange: Redundant XSETIDs to replicaGuy Benoish2020-03-301-1/+2
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Simplify comment in moduleTryServeClientBlockedOnKey().antirez2020-04-021-12/+3
* | | | | | | | | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-04-023-46/+149
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #6798 from guybe7/module_circular_blockSalvatore Sanfilippo2020-04-024-47/+150
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Fix memory corruption in moduleHandleBlockedClientsGuy Benoish2020-04-014-47/+150
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | cast raxSize() to avoid warning with format spec.antirez2020-03-311-1/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Minor changes to #7037.antirez2020-03-312-5/+14
* | | | | | | | | | | | | Merge pull request #7037 from guybe7/fix_module_replicate_multiSalvatore Sanfilippo2020-03-316-9/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Modules: Test MULTI/EXEC replication of RM_ReplicateGuy Benoish2020-03-316-9/+49
* | | | | | | | | | | | | | Merge pull request #7048 from guybe7/rename_unblock_streamSalvatore Sanfilippo2020-03-313-1/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | RENAME can unblock XREADGROUPGuy Benoish2020-03-313-1/+25
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'pubsub_patterns_boost' of https://github.com/leeyiw/redis into ...antirez2020-03-313-11/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Boost up performance for redis PUB-SUB patterns matching伯成2018-03-013-12/+48
* | | | | | | | | | | | | | Fix the propagate Tcl test after module changes.fix-double-multiantirez2020-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
* | | | | | | | | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-03-302-6/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #7033 from OMG-By/unstableSalvatore Sanfilippo2020-03-291-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | fix: dict.c->dictResize()->minimal typeOMG-By2020-03-291-1/+1
| * | | | | | | | | | | | | | Merge pull request #7032 from soloestoy/psync2-meaningful-offset-bugfixSalvatore Sanfilippo2020-03-281-5/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | PSYNC2: reset backlog_idx and master_repl_offset correctlyzhaozhao.zz2020-03-281-5/+10
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Precise timeouts: reference client pointer directly.precise-timeout-2antirez2020-03-301-16/+13
* | | | | | | | | | | | | | timeout.c created: move client timeouts code there.antirez2020-03-275-167/+198
* | | | | | | | | | | | | | Precise timeouts: cleaup the table on unblock.antirez2020-03-273-2/+21
* | | | | | | | | | | | | | Precise timeouts: fix comments after functional change.antirez2020-03-272-6/+6
* | | | | | | | | | | | | | Precise timeouts: use only radix tree for timeouts.antirez2020-03-273-38/+15
* | | | | | | | | | | | | | Precise timeouts: fast exit for clientsHandleShortTimeout().antirez2020-03-271-0/+1
* | | | | | | | | | | | | | Precise timeouts: fix bugs in initial implementation.antirez2020-03-272-1/+5
* | | | | | | | | | | | | | Precise timeouts: working initial implementation.antirez2020-03-273-28/+110
* | | | | | | | | | | | | | Precise timeouts: refactor unblocking on timeout.antirez2020-03-272-13/+33
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | PSYNC2: fix backlog_idx when adjusting for meaningful offsetantirez2020-03-271-0/+3
* | | | | | | | | | | | | Merge pull request #6644 from oranagra/stream_aofrwSalvatore Sanfilippo2020-03-262-1/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | AOFRW on an empty stream created with MKSTREAM loads badklyOran Agra2020-03-252-1/+15
* | | | | | | | | | | | | PSYNC2: meaningful offset test.meaningful-offsetantirez2020-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
* | | | | | | | | | | | | Merge pull request #7022 from oranagra/multi-busy-scriptSalvatore Sanfilippo2020-03-252-0/+73
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | MULTI/EXEC during LUA script timeout are messed upOran Agra2020-03-232-0/+73
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Improve comments of replicationCacheMasterUsingMyself().antirez2020-03-231-1/+6
* | | | | | | | | | | | | Fix BITFIELD_RO test.antirez2020-03-232-5/+5
* | | | | | | | | | | | | Abort transactions after -READONLY error. Fix #7014.antirez2020-03-231-0/+1
* | | | | | | | | | | | | Minor changes to BITFIELD_RO PR #6951.antirez2020-03-231-6/+9
* | | | | | | | | | | | | Merge pull request #6951 from yangbodong22011/feature-bitfield-roSalvatore Sanfilippo2020-03-234-1/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Added BITFIELD_RO variants for read-only operations.bodong.ybd2020-03-044-1/+54
* | | | | | | | | | | | | | Modules: updated function doc after #7003.antirez2020-03-231-1/+6
* | | | | | | | | | | | | | Merge pull request #7003 from guybe7/rm_context_flags_handle_nullSalvatore Sanfilippo2020-03-231-14/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \