summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* rewrite alias config to original name (#10811)zhaozhao.zz2022-06-021-0/+23
* Fix bugs in CONFIG REWRITE, omitting rename-command and include lines, and in...zhugezy2022-06-022-0/+22
* Expose script flags to processCommand for better handling (#10744)Oran Agra2022-06-014-25/+169
* Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ...Oran Agra2022-06-014-0/+344
* Sharded pubsub publish messagebulk as smessage (#10792)Harkrishn Patro2022-05-313-13/+13
* Add readonly flag to EVAL_RO, EVALSHA_RO and FCALL_RO (#10728)Madelyn Olson2022-05-292-0/+34
* Fix sentinel disconnect test timing issue after auth-pass change (#10784)Binbin2022-05-291-2/+4
* Fix ZRANGESTORE crash when zset_max_listpack_entries is 0 (#10767)Vitaly2022-05-271-0/+9
* Fix outdated comment about flags in moduleCreateArgvFromUserFormat (#10781)Binbin2022-05-262-2/+2
* Fix regex support in --only, --skipfile and --skiptest (#10741)Valentino Geron2022-05-253-14/+22
* Fix BZMPOP gets unblocked by non-key args and returns them (#10764)Binbin2022-05-231-0/+27
* Scripts that declare the `no-writes` flag are implicitly `allow-oom` too. (#1...Oran Agra2022-05-222-5/+33
* Update comments on command args, and a misleading error reply (#10645)Wen Hui2022-05-131-1/+2
* Fix race in module fork kill test (#10717)Binbin2022-05-122-16/+23
* redis-server command line arguments support take one bulk string with spaces ...Binbin2022-05-111-0/+64
* FLUSHDB and FLUSHALL add call forceCommandPropagation / FLUSHALL reset dirty ...Binbin2022-05-114-7/+103
* Fix #10705, avoid relinking the same library twice. (#10706)Meir Shpilraien (Spielrein)2022-05-101-0/+17
* Fix --save command line regression in redis 7.0.0 (#10690)Oran Agra2022-05-093-9/+33
* Bug fixes for enum configs with overlapping bit flags (module API) (#10661)Oran Agra2022-05-092-11/+26
* fast path when SDIFF command has the same key as the first key (#10663)Lu JJ2022-05-021-0/+7
* Protect any table which is reachable from globals and added globals white list.meir2022-04-271-0/+63
* Protect globals of both evals scripts and functions.meir2022-04-272-29/+75
* Add module API flag for using enum configs as bit flags (#10643)Oran Agra2022-04-262-4/+32
* Fix bug when AOF enabled after startup. put the new incr file in the manifest...chenyang80942022-04-261-3/+165
* Allow configuring signaled shutdown flags (#10594)Eduardo Semprebon2022-04-263-3/+9
* Set replicas to panic on disk errors, and optionally panic on replication err...Madelyn Olson2022-04-262-0/+47
* By default prevent cross slot operations in functions and scripts with # (#10...Madelyn Olson2022-04-265-17/+82
* Fix regression not aborting transaction on error, and re-edit some error resp...guybe72022-04-257-12/+23
* Test: RM_Call from within "expired" notification (#10613)guybe72022-04-253-0/+32
* Run large-memory tests as solo. (#10626)Yossi Gottlieb2022-04-244-1/+10
* Fix timing issue in slowlog redact test (#10614)Binbin2022-04-241-12/+13
* Add socket-mark-id support for marking sockets. (#10349)David CARLIER2022-04-201-0/+1
* Tests: improve skip tags around maxmemory and resp3 (#10597)Oran Agra2022-04-194-17/+24
* Return 0 when config set out-of-range oom-score-adj-values (#10601)sundb2022-04-191-0/+5
* Fix RM_Yield bug processing future commands of the current client. (#10573)Oran Agra2022-04-181-4/+13
* Add RM_PublishMessageShard (#10543)guybe72022-04-175-77/+71
* Added test to verify loading Lua binary payload is not possible (#10583)Meir Shpilraien (Spielrein)2022-04-171-0/+6
* Add RM_MallocSizeString, RM_MallocSizeDict (#10542)guybe72022-04-173-0/+259
* Fix incorrect error code for eval scripts and fix test error checking (#10575)Madelyn Olson2022-04-1411-44/+44
* solve corrupt dump fuzzer crash in streams (#10579)Oran Agra2022-04-141-2/+10
* Keyspace event for new keys (#10512)Luke Palmer2022-04-131-0/+13
* Allow specifying ACL reason for module log entry (#10559)Madelyn Olson2022-04-112-1/+4
* COMMAND DOCS shows module name, where applicable (#10544)guybe72022-04-102-2/+3
* Fix RM_Yield bug (#10548)Oran Agra2022-04-071-4/+14
* Fix the bug that caused hash encoding errors when using hincrbyfloat or hincr...Lu JJ2022-04-051-0/+25
* use $^ instead of $< for linker in module makefile (#10530)judeng2022-04-051-1/+1
* Stabilize Sentinel tests - refine failover-timeout & tilt-period (#10518)Moti Cohen2022-04-052-4/+5
* Functions: Move library meta data to be part of the library payload. (#10500)Meir Shpilraien (Spielrein)2022-04-059-153/+241
* delete obsolete REDISMODULE_EXPERIMENTAL_API define in module demos (#10527)judeng2022-04-051-1/+0
* Fix #10508, on error, pop function and error handler from Lua stack. (#10519)Meir Shpilraien (Spielrein)2022-04-041-0/+13