summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Set default channel permission to resetchannels for 7.0 (#10181)Harkrishn Patro2022-01-302-23/+58
* Allow SET without GET arg on write-only ACL. Allow BITFIELD GET on read-only ...Binbin2022-01-262-12/+106
* Added engine stats to FUNCTION STATS command. (#10179)Meir Shpilraien (Spielrein)2022-01-251-1/+31
* Improve testing and update flags around commands without ACL keyspec flags (#...Madelyn Olson2022-01-251-0/+70
* Correctly handle minimum arity checks in scripts (#10171)Madelyn Olson2022-01-241-0/+5
* Support function flags in script EVAL via shebang header (#10126)yoav-steinberg2022-01-242-3/+156
* Disable keyspec module API in 7.0 RC1 (#10135)Viktor Söderqvist2022-01-242-2/+10
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-2336-60/+251
* Improved handling of subcommands (don't allow ACL on first-arg of a sub-comma...guybe72022-01-222-8/+24
* ACL V2 - Selectors and key based permissions (#9974)Madelyn Olson2022-01-203-11/+318
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-203-3/+110
* Added AOF rewrite support for functions. (#10141)Meir Shpilraien (Spielrein)2022-01-191-0/+14
* Fix eventloop module test for valgrind (#10139)Ozan Tezcan2022-01-191-2/+1
* New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) ...Oran Agra2022-01-182-11/+11
* Add event loop support to the module API (#10001)Ozan Tezcan2022-01-181-0/+25
* Fix `FUNCTION LOAD` ignores unknown parameter. (#10131)Meir Shpilraien (Spielrein)2022-01-181-0/+7
* Set repl-diskless-sync to yes by default, add repl-diskless-sync-max-replicas...Oran Agra2022-01-171-5/+1
* show subcommands latencystats (#10103)zhaozhao.zz2022-01-172-14/+40
* Fix timing issue in PSETEX/PEXPIRE sub-second expire tests (#10121)Binbin2022-01-171-6/+3
* Fix quicklist node not being recompressed correctly after inserting a new nod...sundb2022-01-161-0/+26
* Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066)Meir Shpilraien (Spielrein)2022-01-143-36/+264
* Fix kill aof rewrite child test (#10107)Binbin2022-01-131-1/+1
* Added RM_MonotonicMicroseconds() API to provide monotonic time function (#10101)Ozan Tezcan2022-01-131-0/+5
* Always create base AOF file when redis start from empty. (#10102)chenyang80942022-01-131-0/+3
* Show subcommand full name in error log / ACL LOG (#10105)Binbin2022-01-121-36/+40
* Add script tests to cover keys with expiration time set (#10096)Binbin2022-01-111-23/+67
* Move doc metadata from COMMAND to COMMAND DOCS (#10056)Oran Agra2022-01-114-47/+29
* LPOP/RPOP with count against non existing list return null array (#10095)Binbin2022-01-111-7/+37
* Changed latency histogram output to omit trailing 0s and periods (#10075)Madelyn Olson2022-01-092-10/+10
* Fix crash when error [sub]command name contains | (#10082)Binbin2022-01-091-1/+9
* lpGetInteger returns int64_t, avoid overflow (#10068)guybe72022-01-071-0/+9
* Redis Function Libraries (#10004)Meir Shpilraien (Spielrein)2022-01-063-89/+488
* Set errno to EEXIST in redisFork() if child process exists (#10059)Ozan Tezcan2022-01-061-0/+7
* Added INFO LATENCYSTATS section: latency by percentile distribution/latency b...filipe oliveira2022-01-055-1/+149
* Show the elapsed time of single test and speed up some tests (#10058)sundb2022-01-051-1/+1
* Fix typo in multi test (#10054)Ozan Tezcan2022-01-051-1/+1
* Add tests for blocking XREAD[GROUP] when the stream ran dry (#10035)Binbin2022-01-042-1/+106
* Ban snapshot-creating commands and other admin commands from transactions (#1...guybe72022-01-042-2/+86
* use startEvictionTimeProc() in config set maxmemory (#10019)zhaozhao.zz2022-01-041-2/+2
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-032-2/+3
* Fix OOM error not raised of functions (#10048)Meir Shpilraien (Spielrein)2022-01-031-0/+14
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-022-2/+265
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-021-0/+11
* Fixed typo in test tag (for needs:debug) (#10021)Ozan Tezcan2021-12-282-4/+4
* Remove incomplete fix of a broader problem (#10013)guybe72021-12-281-0/+2
* Tests: don't rely on the response of MEMORY USAGE when mem_allocator is not j...chenyang80942021-12-272-21/+10
* Adds utils/gen-commands-json.py (#9958)Itamar Haber2021-12-272-5/+5
* Fix failing test due to recent change in transaction propagation (#10006)chenyang80942021-12-271-12/+12
* Fix race in propagation test (#10012)guybe72021-12-271-4/+5
* Add FUNCTION DUMP and RESTORE. (#9938)Meir Shpilraien (Spielrein)2021-12-262-0/+144