summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* solve race in replication test due to ping (#11609)Oran Agra2022-12-121-0/+3
* Fix timing issue in replication test (#11611)Binbin2022-12-121-3/+3
* Avoid ASAN test errors on crash report tests (#11605)Oran Agra2022-12-111-2/+2
* Fix zuiFind crash / RM_ScanKey hang on SET object listpack encoding (#11581)Binbin2022-12-092-7/+99
* Solve issues with active defrag test failing on fast machines (#11598)Oran Agra2022-12-091-1/+1
* Normalize NAN to a single nan type, like we do with inf (#11597)Binbin2022-12-081-6/+4
* Optimize client memory usage tracking operation while client eviction is disa...Harkrishn Patro2022-12-071-2/+49
* Reintroduce lua argument cache in luaRedisGenericCommand removed in v7.0 (#1...filipe oliveira2022-12-051-0/+15
* 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
* Try to fix a race in psync2 test (#11553)Oran Agra2022-11-301-0/+4
* 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-302-0/+287
* Hyperloglog avoid allocate more than 'server.hll_sparse_max_bytes' bytes of m...Mingyi Kang2022-11-281-0/+30
* Fix replication on expired key test timing issue, give it more chances (#11548)Binbin2022-11-281-4/+20
* 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-245-1/+498
* Update Sentinel Debug command json file and add test case for it (#11513)Wen Hui2022-11-241-0/+9
* Make assert_refcount skip the OBJECT REFCOUNT check with needs:debug tag (#11...Binbin2022-11-224-11/+24
* Fix set with duplicate elements causes sdiff to hang (#11530)Binbin2022-11-223-4/+41
* Fix sentinel update loglevel tls test (#11528)Binbin2022-11-211-1/+0
* sanitize dump payload: fix crash with empty set with listpack encoding (#11519)Binbin2022-11-202-1/+11
* 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