summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Judge the log level in advancemymilkbottles2020-04-061-0/+1
* Merge pull request #6797 from patpatbear/issue_#6565_memory_borderlineSalvatore Sanfilippo2020-04-063-4/+11
|\
| * Check OOM at script start to get stable lua OOM state.srzhao2020-01-203-4/+11
* | Use __attribute__ only if __GNUC__ is definedGuy Benoish2020-04-031-3/+12
* | Merge pull request #6855 from guybe7/var_funcs_format_checkSalvatore Sanfilippo2020-04-031-3/+3
|\ \
| * | Modules: Perform printf-like format checks in variadic APIGuy Benoish2020-04-031-3/+3
* | | Merge pull request #7030 from valentinogeron/xread-in-luaSalvatore Sanfilippo2020-04-032-2/+7
|\ \ \
| * | | XREAD and XREADGROUP should not be allowed from scripts when BLOCK option is ...Valentino Geron2020-03-262-2/+7
* | | | Merge pull request #6933 from guybe7/multi_exec_allow_staleSalvatore Sanfilippo2020-04-031-3/+3
|\ \ \ \
| * | | | Stale replica should allow MULTI/EXECGuy Benoish2020-04-021-3/+3
* | | | | Merge pull request #7055 from zxdvd/patch-1Salvatore Sanfilippo2020-04-031-2/+2
|\ \ \ \ \
| * | | | | fix integer overflowXudong Zhang2020-04-021-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #6694 from oranagra/signal_modified_keySalvatore Sanfilippo2020-04-024-8/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | modules don't signalModifiedKey in setKey() since that's done (optionally) in...Oran Agra2019-12-234-8/+8
* | | | | Merge pull request #6654 from oranagra/fix_module_info_warningSalvatore Sanfilippo2020-04-021-1/+1
|\ \ \ \ \
| * | | | | fix possible warning on incomplete struct initOran Agra2019-12-101-1/+1
* | | | | | Merge pull request #6546 from guybe7/fix_neg_zeroSalvatore Sanfilippo2020-04-021-0/+4
|\ \ \ \ \ \
| * | | | | | Make sure Redis does not reply with negative zeroGuy Benoish2019-11-051-0/+4
* | | | | | | Merge pull request #6813 from guybe7/debug_object_pass_keynameSalvatore Sanfilippo2020-04-023-4/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | DEBUG OBJECT should pass keyname to module when loadingGuy Benoish2020-01-303-4/+4
* | | | | | | Merge pull request #6960 from devnexen/debug_arm_linuxSalvatore Sanfilippo2020-04-021-27/+55
|\ \ \ \ \ \ \
| * | | | | | | debug, dump registers on arm too.David Carlier2020-03-071-27/+55
* | | | | | | | Merge pull request #7006 from hwware/fixspellingSalvatore Sanfilippo2020-04-021-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fix spelling in cluster.chwware2020-03-181-1/+1
* | | | | | | | | Merge pull request #7029 from valentinogeron/fix-xackSalvatore Sanfilippo2020-04-021-1/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | XACK should be executed in a "all or nothing" fashion.Valentino Geron2020-03-261-1/+11
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #7041 from hwware/trackingfixSalvatore Sanfilippo2020-04-021-0/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add check for not switching between optin optout mode directlyhwware2020-03-291-1/+12
| * | | | | | | | | add check for not providing both optin optout flaghwware2020-03-291-0/+8
* | | | | | | | | | 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-021-3/+15
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix memory corruption in moduleHandleBlockedClientsGuy Benoish2020-04-012-4/+16
* | | | | | | | | | | | 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-315-9/+16
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Modules: Test MULTI/EXEC replication of RM_ReplicateGuy Benoish2020-03-315-9/+16
* | | | | | | | | | | | Merge pull request #7048 from guybe7/rename_unblock_streamSalvatore Sanfilippo2020-03-312-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | RENAME can unblock XREADGROUPGuy Benoish2020-03-312-1/+4
| |/ / / / / / / / / / /
* | | | | | | | | | | | 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 module commands propagation double MULTI bug.antirez2020-03-313-8/+9
* | | | | | | | | | | | 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
| * | | | | | | | | | | | PSYNC2: reset backlog_idx and master_repl_offset correctlyzhaozhao.zz2020-03-281-5/+10
| | |_|/ / / / / / / / / | |/| | | | | | | | | |