summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Speedup: unblock clients on keys in O(1).o1-bpopantirez2020-04-084-23/+50
* Fix ACL HELP table missing comma.antirez2020-04-081-12/+12
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-04-071-0/+1
|\
| * Merge pull request #7064 from mymilkbottles/unstableSalvatore Sanfilippo2020-04-061-0/+1
| |\
| | * Judge the log level in advancemymilkbottles2020-04-061-0/+1
* | | Speedup INFO by counting client memory incrementally.faster-infoantirez2020-04-074-26/+52
|/ /
* | Merge pull request #7065 from qetu3790/unstableSalvatore Sanfilippo2020-04-061-4/+1
|\ \
| * | fix comments about RESIZE DB opcode in rdb.c qetu37902020-04-061-4/+1
* | | Merge pull request #6243 from soloestoy/expand-lazy-free-server-delSalvatore Sanfilippo2020-04-063-1/+3
|\ \ \ | |/ / |/| |
| * | lazyfree: add a new configuration lazyfree-lazy-user-delzhaozhao.zz2019-12-183-1/+3
* | | Merge branch 'lcs' into unstableantirez2020-04-064-1/+237
|\ \ \ | |_|/ |/| |
| * | LCS: allow KEYS / STRINGS to be anywhere.antirez2020-04-061-6/+0
| * | LCS: get rid of STOREIDX option. Fix get keys helper.antirez2020-04-062-21/+20
| * | LCS: fix stale comment.lcsantirez2020-04-021-1/+1
| * | LCS: output LCS len as well in IDX mode.antirez2020-04-021-1/+6
| * | LCS: MINMATCHLEN and WITHMATCHLEN options.antirez2020-04-021-11/+24
| * | LCS: 7x speedup by accessing the array with better locality.antirez2020-04-011-1/+1
| * | LCS: implement KEYS option.antirez2020-04-011-2/+18
| * | LCS: other fixes to range emission.antirez2020-04-011-16/+20
| * | LCS: fix emission of last range starting at index 0.antirez2020-04-011-1/+1
| * | LCS: implement range indexes option.antirez2020-04-011-9/+59
| * | LCS: initial functionality implemented.antirez2020-04-014-1/+156
* | | 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