| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix replication on expired key test timing issue, give it more chances (#11548) | Binbin | 2022-11-28 | 1 | -4/+20 |
* | Add withscore option to ZRANK and ZREVRANK. (#11235) | C Charles | 2022-11-28 | 1 | -2/+18 |
* | Removed unecessary conversion of a dict to a dict (#11546) | Madelyn Olson | 2022-11-27 | 1 | -43/+23 |
* | [BUG] Fix announced ports not updating on local node when updated at runtime ... | DevineLiu | 2022-11-25 | 1 | -0/+42 |
* | Module API to allow writes after key space notification hooks (#11199) | Meir Shpilraien (Spielrein) | 2022-11-24 | 5 | -1/+498 |
* | Update Sentinel Debug command json file and add test case for it (#11513) | Wen Hui | 2022-11-24 | 1 | -0/+9 |
* | Make assert_refcount skip the OBJECT REFCOUNT check with needs:debug tag (#11... | Binbin | 2022-11-22 | 4 | -11/+24 |
* | Fix set with duplicate elements causes sdiff to hang (#11530) | Binbin | 2022-11-22 | 3 | -4/+41 |
* | Fix sentinel update loglevel tls test (#11528) | Binbin | 2022-11-21 | 1 | -1/+0 |
* | sanitize dump payload: fix crash with empty set with listpack encoding (#11519) | Binbin | 2022-11-20 | 2 | -1/+11 |
* | Add CONFIG SET and GET loglevel feature in Sentinel (#11214) | Wen Hui | 2022-11-20 | 1 | -0/+8 |
* | Introduce Shard IDs to logically group nodes in cluster mode (#10536) | Ping Xie | 2022-11-16 | 2 | -3/+105 |
* | Add listpack encoding for list (#11303) | sundb | 2022-11-16 | 7 | -129/+311 |
* | Explicitly send function commands to monitor (#11510) | Madelyn Olson | 2022-11-15 | 1 | -0/+13 |
* | Fix double negative nan test, ignoring sign (#11506) | Binbin | 2022-11-15 | 1 | -4/+6 |
* | Module CLIENT_CHANGE, Fix crash on free blocked client with DB!=0 (#11500) | uriyage | 2022-11-14 | 1 | -0/+13 |
* | Fix double inf test, use readraw to verify the protocol (#11504) | Binbin | 2022-11-14 | 1 | -2/+6 |
* | Add test to cover NAN reply using a module (#11482) | Oran Agra | 2022-11-13 | 2 | -2/+36 |
* | fixes for fork child exit and test: #11463 (#11499) | Oran Agra | 2022-11-12 | 2 | -1/+2 |
* | Listpack encoding for sets (#11290) | Viktor Söderqvist | 2022-11-09 | 3 | -61/+176 |
* | diskless master, avoid bgsave child hung when fork parent crashes (#11463) | Oran Agra | 2022-11-09 | 2 | -1/+48 |
* | Tag test with needs:save (#11485) | Ozan Tezcan | 2022-11-08 | 1 | -1/+1 |
* | Introduce socket shutdown into connection type, used if a fork is active (#11... | Binbin | 2022-11-04 | 1 | -0/+38 |
* | Retain ACL categories used to generate ACL for displaying them later (#11224) | Madelyn Olson | 2022-11-03 | 1 | -2/+52 |
* | Block some specific characters in module command names (#11434) | Binbin | 2022-11-03 | 1 | -0/+11 |
* | Fix XSETID with max_deleted_entry_id issue (#11444) | Wen Hui | 2022-11-02 | 1 | -0/+13 |
* | Fix command BITFIELD_RO and BITFIELD argument json file, add some test cases ... | Wen Hui | 2022-11-02 | 1 | -0/+21 |
* | Re-design cluster link send buffer to improve memory management (#11343) | Brennan | 2022-11-01 | 5 | -188/+305 |
* | add test case for geopos and geohash (#11455) | Wen Hui | 2022-11-01 | 1 | -0/+14 |
* | Refactor and (internally) rebrand from pause-clients to pause-actions (#11098) | Moti Cohen | 2022-10-27 | 1 | -0/+39 |
* | RM_Call - only enforce OOM on scripts if 'M' flag is sent (#11425) | Shaya Potter | 2022-10-27 | 1 | -7/+43 |
* | Remove unit test pendingquerybuf.tcl since pending_querybuf no longer exists.... | xbasel | 2022-10-25 | 2 | -29/+0 |
* | Set errno in case XADD with partial ID fails (#11424) | guybe7 | 2022-10-24 | 1 | -0/+6 |
* | Make PFMERGE source key optional in docs, add tests with one input key, add t... | Binbin | 2022-10-22 | 1 | -0/+27 |
* | Fix crash due to to reuse iterator entry after list deletion in module (#11383) | sundb | 2022-10-22 | 2 | -10/+80 |
* | Blocked module clients should be aware when a key is deleted (#11310) | guybe7 | 2022-10-18 | 2 | -5/+127 |
* | Avoid saving module aux on RDB if no aux data was saved by the module. (#11374) | Meir Shpilraien (Spielrein) | 2022-10-18 | 2 | -15/+114 |
* | Unify ACL failure error messaging. (#11160) | Shaya Potter | 2022-10-16 | 7 | -96/+94 |
* | Fix wrong replication on cluster slotmap changes with module KSN propagation ... | Meir Shpilraien (Spielrein) | 2022-10-16 | 3 | -4/+83 |
* | optimizing d2string() and addReplyDouble() with grisu2: double to string conv... | filipe oliveira | 2022-10-15 | 2 | -4/+10 |
* | MIGTATE with AUTH that contains "keys" is getting wrong key names in migrateG... | C Charles | 2022-10-13 | 1 | -0/+9 |
* | Fix crash on RM_Call inside module load (#11346) | Meir Shpilraien (Spielrein) | 2022-10-12 | 3 | -1/+37 |
* | Fix TIME command microseconds overflow under 32-bits (#11368) | Binbin | 2022-10-09 | 1 | -0/+7 |
* | Freeze time sampling during command execution, and scripts (#10300) | Binbin | 2022-10-09 | 1 | -0/+112 |
* | `RedisModule_ResetDataset` should not clear the functions. (#11268) | Meir Shpilraien (Spielrein) | 2022-10-09 | 1 | -0/+10 |
* | Added authentication failure and access denied metrics (#11288) | aradz44 | 2022-10-07 | 1 | -0/+65 |
* | Improve BLMPOP/BZMPOP/WAIT timeout overflow handling and error messages (#11338) | Moti Cohen | 2022-10-06 | 2 | -1/+22 |
* | Stabilize cluster hostnames tests (#11307) | Madelyn Olson | 2022-10-03 | 3 | -9/+8 |
* | Fix redis-cli cluster add-node race in cli.tcl (#11349) | Binbin | 2022-10-03 | 1 | -1/+7 |
* | Fix the missing server.dirty increment and redundant signalModifiedKey in ser... | sundb | 2022-09-28 | 1 | -0/+21 |