summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid saving module aux on RDB if no aux data was saved by the module. (#11374)Meir Shpilraien (Spielrein)2022-10-182-15/+114
* Unify ACL failure error messaging. (#11160)Shaya Potter2022-10-167-96/+94
* Fix wrong replication on cluster slotmap changes with module KSN propagation ...Meir Shpilraien (Spielrein)2022-10-163-4/+83
* optimizing d2string() and addReplyDouble() with grisu2: double to string conv...filipe oliveira2022-10-152-4/+10
* MIGTATE with AUTH that contains "keys" is getting wrong key names in migrateG...C Charles2022-10-131-0/+9
* Fix crash on RM_Call inside module load (#11346)Meir Shpilraien (Spielrein)2022-10-123-1/+37
* Fix TIME command microseconds overflow under 32-bits (#11368)Binbin2022-10-091-0/+7
* Freeze time sampling during command execution, and scripts (#10300)Binbin2022-10-091-0/+112
* `RedisModule_ResetDataset` should not clear the functions. (#11268)Meir Shpilraien (Spielrein)2022-10-091-0/+10
* Added authentication failure and access denied metrics (#11288)aradz442022-10-071-0/+65
* Improve BLMPOP/BZMPOP/WAIT timeout overflow handling and error messages (#11338)Moti Cohen2022-10-062-1/+22
* Stabilize cluster hostnames tests (#11307)Madelyn Olson2022-10-033-9/+8
* Fix redis-cli cluster add-node race in cli.tcl (#11349)Binbin2022-10-031-1/+7
* Fix the missing server.dirty increment and redundant signalModifiedKey in ser...sundb2022-09-281-0/+21
* RM_CreateCommand should not set CMD_KEY_VARIABLE_FLAGS automatically (#11320)guybe72022-09-282-2/+29
* Ignore RM_Call deny-oom flag if maxmemory is zero (#11319)Ozan Tezcan2022-09-261-0/+15
* Add RM_SetContextUser to support acl validation in RM_Call (and scripts) (#10...Shaya Potter2022-09-223-1/+226
* Fix heap overflow vulnerability in XAUTOCLAIM (CVE-2022-35951) (#11301)Oran Agra2022-09-221-0/+4
* ACL default newly created user set USER_FLAG_SANITIZE_PAYLOAD flag (#11279)Binbin2022-09-221-1/+22
* Fix missing sections for INFO ALL with module (#11291)Shay Fadida2022-09-211-0/+8
* Fix crash due to delete entry from compress quicklistNode and wrongly split q...sundb2022-09-192-14/+70
* fix test Migrate the last slot away from a node using redis-cli (#11221)ranshid2022-09-062-1/+23
* Correctly handle scripts with shebang (not read-only) on a cluster replica (#...chendianqiang2022-09-051-0/+8
* Add a dry run flag to RM_Call execution (#11158)Shaya Potter2022-09-051-1/+35
* fix false valgrind error on new hash test (#11200)Oran Agra2022-08-291-3/+6
* Improve cmd_flags for script/functions in RM_Call (#11159)Shaya Potter2022-08-281-0/+23
* bugfix:del keys in slot replicate to replica, and trigger other invalidations...weimeng2022-08-282-0/+62
* fix hincrbyfloat not to create a key if the new value is invalid (#11149)chendianqiang2022-08-281-0/+4
* Fix assertion when a key is lazy expired during cluster key migration (#11176)Oran Agra2022-08-242-0/+17
* Bump codespell from 2.1.0 to 2.2.1 in /.codespell (#11184)Binbin2022-08-244-5/+5
* fix test timeout wait command (#11181)Meir Shpilraien (Spielrein)2022-08-241-1/+1
* Reverts most of the changes of #10969 (#11178)Meir Shpilraien (Spielrein)2022-08-242-45/+76
* Build TLS as a loadable moduleOran Agra2022-08-237-37/+61
* Add 2 test cases for XDEL and XGROUP CREATE command (#11137)Wen Hui2022-08-212-0/+37
* Fix CLUSTERDOWN issue in cluster reshard unblock test (#11139)Binbin2022-08-181-1/+1
* Repurpose redisCommandArg's name as the unique ID (#11051)guybe72022-08-181-3/+4
* Fix memory leak in moduleFreeCommand (#11147)Binbin2022-08-181-0/+4
* Fix replication inconsistency on modules that uses key space notifications (#...Meir Shpilraien (Spielrein)2022-08-185-58/+189
* Tests: Add missing key declaration in scripts (#11134)Valentino Geron2022-08-162-24/+24
* Rename offset and xsetid tags (#11103)guybe72022-08-141-2/+2
* Add missing lua_pop in luaGetFromRegistry (#11097)sundb2022-08-141-0/+9
* fix the client type in trackingInvalidateKey() (#11052)DarrenJiang132022-08-101-0/+13
* Tests: improve skip tags around resp3 (#11090)Valentino Geron2022-08-071-2/+6
* acl: bitfield with get and set|incrby can be executed with readonly permissio...Huang Zhw2022-08-071-0/+1
* Re-enable aof-race integration tests (#10972)Binbin2022-08-042-11/+14
* Fix acl tests to support `--singledb` flag (#11077)Valentino Geron2022-08-031-3/+5
* Fix function load error message (#10964)Wen Hui2022-08-021-3/+3
* Solve usleep compilation warning in keyspace_events.c (#11073)Binbin2022-08-021-0/+1
* Tests (cluster / sentinel): add --stop and--loop options (#11070)Binbin2022-08-011-0/+19
* tracking pending invalidation message of flushdb sent by (#11068)Huang Zhw2022-07-311-1/+1