| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow SET without GET arg on write-only ACL. Allow BITFIELD GET on read-only ... | Binbin | 2022-01-26 | 2 | -12/+106 |
* | Solve race in a BGSAVE test (#10190) | Oran Agra | 2022-01-26 | 1 | -5/+7 |
* | solve race in expiration test (#10192) | Oran Agra | 2022-01-26 | 1 | -2/+2 |
* | Fix unused variable warning in subcommand.c (#10184) | Binbin | 2022-01-26 | 1 | -0/+2 |
* | Change expression to look for at least one limit exceeded (#10173) | Madelyn Olson | 2022-01-26 | 1 | -1/+1 |
* | Added engine stats to FUNCTION STATS command. (#10179) | Meir Shpilraien (Spielrein) | 2022-01-25 | 1 | -1/+31 |
* | Improve testing and update flags around commands without ACL keyspec flags (#... | Madelyn Olson | 2022-01-25 | 1 | -0/+70 |
* | Correctly handle minimum arity checks in scripts (#10171) | Madelyn Olson | 2022-01-24 | 1 | -0/+5 |
* | re-fix EVAL timeout test (#10169) | Oran Agra | 2022-01-24 | 1 | -3/+2 |
* | Fix EVAL timeout test failed on freebsd (#10098) | chenyang8094 | 2022-01-24 | 2 | -12/+16 |
* | Support function flags in script EVAL via shebang header (#10126) | yoav-steinberg | 2022-01-24 | 3 | -4/+167 |
* | Disable keyspec module API in 7.0 RC1 (#10135) | Viktor Söderqvist | 2022-01-24 | 4 | -2/+16 |
* | Fix AOFRW limit test occasional failures on slower machines (#10164) | chenyang8094 | 2022-01-24 | 1 | -22/+22 |
* | Fix flaky cluster tests in 24-links.tcl (#10157) | ny0312 | 2022-01-23 | 1 | -23/+38 |
* | Fix timing issue in sentinel CKQUORUM test (#10036) | Binbin | 2022-01-23 | 1 | -3/+10 |
* | sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ... | Binbin | 2022-01-23 | 41 | -61/+301 |
* | Improved handling of subcommands (don't allow ACL on first-arg of a sub-comma... | guybe7 | 2022-01-22 | 2 | -8/+24 |
* | ACL V2 - Selectors and key based permissions (#9974) | Madelyn Olson | 2022-01-20 | 6 | -14/+340 |
* | Adding module api for processing commands during busy jobs and allow flagging... | perryitay | 2022-01-20 | 5 | -3/+265 |
* | Added AOF rewrite support for functions. (#10141) | Meir Shpilraien (Spielrein) | 2022-01-19 | 1 | -0/+14 |
* | Add sentinel config set test case (#10114) | Wen Hui | 2022-01-19 | 1 | -0/+47 |
* | Fix replica count check in migration tests. (#10140) | Ozan Tezcan | 2022-01-19 | 3 | -4/+4 |
* | Fix eventloop module test for valgrind (#10139) | Ozan Tezcan | 2022-01-19 | 1 | -2/+1 |
* | New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) ... | Oran Agra | 2022-01-18 | 4 | -22/+22 |
* | Use const char pointer in redismodule.h as far as possible (#10064) | Wang Yuan | 2022-01-18 | 1 | -1/+1 |
* | Add event loop support to the module API (#10001) | Ozan Tezcan | 2022-01-18 | 3 | -1/+304 |
* | Fix additional AOF filename issues. (#10110) | Yossi Gottlieb | 2022-01-18 | 1 | -5/+5 |
* | Fix `FUNCTION LOAD` ignores unknown parameter. (#10131) | Meir Shpilraien (Spielrein) | 2022-01-18 | 1 | -0/+7 |
* | Set repl-diskless-sync to yes by default, add repl-diskless-sync-max-replicas... | Oran Agra | 2022-01-17 | 11 | -16/+42 |
* | show subcommands latencystats (#10103) | zhaozhao.zz | 2022-01-17 | 2 | -14/+40 |
* | Fix timing issue in PSETEX/PEXPIRE sub-second expire tests (#10121) | Binbin | 2022-01-17 | 1 | -6/+3 |
* | Fix quicklist node not being recompressed correctly after inserting a new nod... | sundb | 2022-01-16 | 1 | -0/+26 |
* | Fix function no-cluster flag test (#10115) | Binbin | 2022-01-15 | 1 | -1/+3 |
* | Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066) | Meir Shpilraien (Spielrein) | 2022-01-14 | 5 | -37/+271 |
* | Fix kill aof rewrite child test (#10107) | Binbin | 2022-01-13 | 1 | -1/+1 |
* | Added RM_MonotonicMicroseconds() API to provide monotonic time function (#10101) | Ozan Tezcan | 2022-01-13 | 2 | -0/+15 |
* | Always create base AOF file when redis start from empty. (#10102) | chenyang8094 | 2022-01-13 | 3 | -2/+57 |
* | Show subcommand full name in error log / ACL LOG (#10105) | Binbin | 2022-01-12 | 1 | -36/+40 |
* | Add script tests to cover keys with expiration time set (#10096) | Binbin | 2022-01-11 | 1 | -23/+67 |
* | Move doc metadata from COMMAND to COMMAND DOCS (#10056) | Oran Agra | 2022-01-11 | 4 | -47/+29 |
* | LPOP/RPOP with count against non existing list return null array (#10095) | Binbin | 2022-01-11 | 1 | -7/+37 |
* | Fix timing issue with cluster hostname test (#10086) | Madelyn Olson | 2022-01-10 | 1 | -0/+10 |
* | Support whitespace characters in appendfilename, and ban them in appenddirnam... | chenyang8094 | 2022-01-10 | 1 | -3/+26 |
* | Changed latency histogram output to omit trailing 0s and periods (#10075) | Madelyn Olson | 2022-01-09 | 2 | -10/+10 |
* | Fix crash when error [sub]command name contains | (#10082) | Binbin | 2022-01-09 | 1 | -1/+9 |
* | lpGetInteger returns int64_t, avoid overflow (#10068) | guybe7 | 2022-01-07 | 1 | -0/+9 |
* | Redis Function Libraries (#10004) | Meir Shpilraien (Spielrein) | 2022-01-06 | 5 | -96/+494 |
* | Set errno to EEXIST in redisFork() if child process exists (#10059) | Ozan Tezcan | 2022-01-06 | 1 | -0/+7 |
* | Added INFO LATENCYSTATS section: latency by percentile distribution/latency b... | filipe oliveira | 2022-01-05 | 6 | -1/+155 |
* | Show the elapsed time of single test and speed up some tests (#10058) | sundb | 2022-01-05 | 4 | -7/+9 |