summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Speedup GEODIST with fixedpoint_d2string as an optimized version of snprintf ...filipe oliveira2022-12-041-0/+2
* Regenerate payloads for cgroups tests using string2printable (#11560)Binbin2022-12-011-4/+3
* Stream consumers: Re-purpose seen-time, add active-time (#11099)guybe72022-11-301-7/+63
* Add a special notification unlink available only for modules (#9406)Huang Zhw2022-11-301-0/+134
* Hyperloglog avoid allocate more than 'server.hll_sparse_max_bytes' bytes of m...Mingyi Kang2022-11-281-0/+30
* Add withscore option to ZRANK and ZREVRANK. (#11235)C Charles2022-11-281-2/+18
* Removed unecessary conversion of a dict to a dict (#11546)Madelyn Olson2022-11-271-43/+23
* [BUG] Fix announced ports not updating on local node when updated at runtime ...DevineLiu2022-11-251-0/+42
* Module API to allow writes after key space notification hooks (#11199)Meir Shpilraien (Spielrein)2022-11-242-0/+209
* Make assert_refcount skip the OBJECT REFCOUNT check with needs:debug tag (#11...Binbin2022-11-222-9/+9
* Add listpack encoding for list (#11303)sundb2022-11-166-128/+309
* 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-131-0/+23
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-093-61/+176
* 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
* 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-011-0/+258
* 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-251-28/+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-221-4/+58
* Blocked module clients should be aware when a key is deleted (#11310)guybe72022-10-181-0/+115
* Avoid saving module aux on RDB if no aux data was saved by the module. (#11374)Meir Shpilraien (Spielrein)2022-10-181-6/+53
* 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-161-0/+43
* optimizing d2string() and addReplyDouble() with grisu2: double to string conv...filipe oliveira2022-10-151-3/+9
* 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-122-1/+15
* 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-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