summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* 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-031-7/+6
* 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-281-2/+20
* 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-221-0/+95
* 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-191-14/+64
* fix test Migrate the last slot away from a node using redis-cli (#11221)ranshid2022-09-061-1/+4
* 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-281-0/+61
* 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-241-0/+16
* Bump codespell from 2.1.0 to 2.2.1 in /.codespell (#11184)Binbin2022-08-243-4/+4
* Reverts most of the changes of #10969 (#11178)Meir Shpilraien (Spielrein)2022-08-241-45/+45
* Build TLS as a loadable moduleOran Agra2022-08-232-31/+18
* 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
* 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-184-58/+165
* 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
* 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
* tracking pending invalidation message of flushdb sent by (#11068)Huang Zhw2022-07-311-1/+1
* When client tracking is on, invalidation message of flushdb in a (#11038)Huang Zhw2022-07-261-0/+14
* Fix #11030, use lua_rawget to avoid triggering metatables and crash. (#11032)Meir Shpilraien (Spielrein)2022-07-261-0/+14
* Gossip forgotten nodes on `CLUSTER FORGET` (#10869)Viktor Söderqvist2022-07-261-5/+18
* Fix timing issue in cluster test (#11008)Binbin2022-07-182-7/+16
* Fix heap overflow corruption in XAUTOCLAIM (CVE-2022-31144) (#11002)Oran Agra2022-07-181-2/+19
* Fix cluster hostnames test causing failover while running valgrind (#10991)Madelyn Olson2022-07-171-0/+6
* Cluster test improvements (#10920)Madelyn Olson2022-07-125-122/+398
* Add cluster-port support to redis-cli --cluster (#10344)Binbin2022-07-111-8/+86
* Account sharded pubsub channels memory consumption (#10925)Harkrishn Patro2022-07-041-3/+14
* Fix TLS tests on newer tcl-tls/OpenSSL. (#10910)Yossi Gottlieb2022-07-031-3/+2
* Add sharded pubsub keychannel count to client info (#10895)jonnyomerredis2022-06-281-2/+2
* Support conversion between `RedisModuleString` and `unsigned long long` (#10889)RinChanNOW!2022-06-261-0/+5
* redis-server command line arguments allow passing config name and value in th...Binbin2022-06-261-3/+43