summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add CONFIG SET and GET loglevel feature in Sentinel (#11214)Wen Hui2022-11-201-0/+8
* Introduce Shard IDs to logically group nodes in cluster mode (#10536)Ping Xie2022-11-162-3/+105
* Add listpack encoding for list (#11303)sundb2022-11-167-129/+311
* Explicitly send function commands to monitor (#11510)Madelyn Olson2022-11-151-0/+13
* Fix double negative nan test, ignoring sign (#11506)Binbin2022-11-151-4/+6
* Module CLIENT_CHANGE, Fix crash on free blocked client with DB!=0 (#11500)uriyage2022-11-141-0/+13
* Fix double inf test, use readraw to verify the protocol (#11504)Binbin2022-11-141-2/+6
* Add test to cover NAN reply using a module (#11482)Oran Agra2022-11-132-2/+36
* fixes for fork child exit and test: #11463 (#11499)Oran Agra2022-11-122-1/+2
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-093-61/+176
* diskless master, avoid bgsave child hung when fork parent crashes (#11463)Oran Agra2022-11-092-1/+48
* Tag test with needs:save (#11485)Ozan Tezcan2022-11-081-1/+1
* Introduce socket shutdown into connection type, used if a fork is active (#11...Binbin2022-11-041-0/+38
* Retain ACL categories used to generate ACL for displaying them later (#11224)Madelyn Olson2022-11-031-2/+52
* Block some specific characters in module command names (#11434)Binbin2022-11-031-0/+11
* Fix XSETID with max_deleted_entry_id issue (#11444)Wen Hui2022-11-021-0/+13
* Fix command BITFIELD_RO and BITFIELD argument json file, add some test cases ...Wen Hui2022-11-021-0/+21
* Re-design cluster link send buffer to improve memory management (#11343)Brennan2022-11-015-188/+305
* add test case for geopos and geohash (#11455)Wen Hui2022-11-011-0/+14
* Refactor and (internally) rebrand from pause-clients to pause-actions (#11098)Moti Cohen2022-10-271-0/+39
* RM_Call - only enforce OOM on scripts if 'M' flag is sent (#11425)Shaya Potter2022-10-271-7/+43
* Remove unit test pendingquerybuf.tcl since pending_querybuf no longer exists....xbasel2022-10-252-29/+0
* Set errno in case XADD with partial ID fails (#11424)guybe72022-10-241-0/+6
* Make PFMERGE source key optional in docs, add tests with one input key, add t...Binbin2022-10-221-0/+27
* Fix crash due to to reuse iterator entry after list deletion in module (#11383)sundb2022-10-222-10/+80
* Blocked module clients should be aware when a key is deleted (#11310)guybe72022-10-182-5/+127
* 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