summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | LCS: more tests.antirez2020-04-061-0/+8
| * | LCS: allow KEYS / STRINGS to be anywhere.antirez2020-04-061-6/+0
| * | LCS tests.antirez2020-04-061-0/+22
| * | 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
* | | | Merge pull request #7063 from oranagra/oran-runtest-externalSalvatore Sanfilippo2020-04-062-13/+13
|\ \ \ \
| * | | | diffrent fix for runtest --host --portOran Agra2020-04-062-13/+13
|/ / / /
* | | | Merge pull request #7051 from guybe7/sleep_in_blockonkeys_testsSalvatore Sanfilippo2020-04-031-1/+54
|\ \ \ \
| * | | | Try to fix time-sensitive tests in blockonkey.tclGuy Benoish2020-04-031-1/+54
* | | | | Merge pull request #7057 from guybe7/fix_attr_gnucSalvatore Sanfilippo2020-04-031-3/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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-033-2/+18
|\ \ \ \ \
| * | | | | XREAD and XREADGROUP should not be allowed from scripts when BLOCK option is ...Valentino Geron2020-03-263-2/+18
* | | | | | 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 #7054 from guybe7/fix_neg_zero_testSalvatore Sanfilippo2020-04-021-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix no-negative-zero testGuy Benoish2020-04-021-0/+1
| |/ / / / / /
* | | | | | | 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 #6927 from oranagra/ci-moduleapi-testsSalvatore Sanfilippo2020-04-021-0/+2
|\ \ \ \ \ \ \
| * | | | | | | change CI to build and run the module api testsOran Agra2020-02-271-0/+2
* | | | | | | | 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-022-0/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make sure Redis does not reply with negative zeroGuy Benoish2019-11-052-0/+10
* | | | | | | | | | 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-022-1/+23
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | XACK should be executed in a "all or nothing" fashion.Valentino Geron2020-03-262-1/+23
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | 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