summaryrefslogtreecommitdiff
path: root/src/t_zset.c
Commit message (Expand)AuthorAgeFilesLines
* Correct zrangeGenericCommand comment (#12136)tison2023-05-081-1/+1
* Integer Overflow in RAND commands can lead to assertion (CVE-2023-25155) (#11...Oran Agra2023-02-281-2/+2
* Obuf limit, exit during loop in *RAND* commands and KEYS (#11676)Oran Agra2023-01-161-0/+4
* Fix range issues in ZRANDMEMBER and HRANDFIELD (CVE-2023-22458) (#11674)Oran Agra2023-01-161-1/+6
* Make dictEntry opaqueViktor Söderqvist2023-01-111-2/+3
* reprocess command when client is unblocked on keys (#11012)ranshid2023-01-011-2/+1
* Fix zuiFind crash / RM_ScanKey hang on SET object listpack encoding (#11581)Binbin2022-12-091-19/+7
* Add withscore option to ZRANK and ZREVRANK. (#11235)C Charles2022-11-281-8/+38
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-091-8/+18
* Blocked module clients should be aware when a key is deleted (#11310)guybe72022-10-181-1/+1
* Pass -flto flag to the linker (#11350)Ozan Tezcan2022-10-061-1/+1
* optimize zset conversion on large ZRANGESTORE (#10789)Oran Agra2022-06-141-2/+4
* Fix ZRANGESTORE crash when zset_max_listpack_entries is 0 (#10767)Vitaly2022-05-271-3/+4
* Fix BZMPOP gets unblocked by non-key args and returns them (#10764)Binbin2022-05-231-1/+1
* fix some typos in "t_zset.c" (#10670)Lu JJ2022-05-091-4/+4
* Optimize integer zset scores in listpack (converting to string and back) (#10...Oran Agra2022-04-171-4/+12
* Fix several document error and function comments (#10580)Wen Hui2022-04-131-3/+3
* introduce MAX_D2STRING_CHARS instead of 128 const (#10487)Oran Agra2022-03-281-1/+1
* Fix an off by one error in zzlStrtod (#10465)yiyuaner2022-03-221-2/+2
* A faster and more robust code of zslRandomLevel using RAND_MAX (#5539)Henry2022-03-021-1/+2
* Optimization: Avoid deferred array reply on ZRANGE commands BYRANK (#10337)filipe oliveira2022-02-241-8/+27
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-231-1/+1
* Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)Viktor Söderqvist2021-11-281-6/+2
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-1/+1
* Fixes ZPOPMIN/ZPOPMAX wrong replies when count is 0 with non-zset (#9711)Binbin2021-11-181-22/+21
* fix: lookupKey on SETNX and SETXX only once (#9640)perryitay2021-11-031-2/+2
* Fix multiple COUNT in LMPOP/BLMPOP/ZMPOP/BZMPOP (#9701)Binbin2021-10-311-2/+4
* Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-...Oran Agra2021-10-041-23/+39
* Cleanup typos, incorrect comments, and fixed small memory leak in redis-cli (...Binbin2021-10-021-3/+3
* Use dictGetFairRandomKey() for HRANDFIELD,SRANDMEMBER,ZRANDMEMBER (#9538)sundb2021-09-241-1/+1
* Add ZMPOP/BZMPOP commands. (#9484)Binbin2021-09-231-62/+200
* Adds limit to SINTERCARD/ZINTERCARD. (#9425)Binbin2021-09-161-2/+37
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-221/+148
* Add LMPOP/BLMPOP commands. (#9373)Binbin2021-09-091-1/+1
* dict struct memory optimizations (#9228)yoav-steinberg2021-08-051-5/+5
* Add SINTERCARD/ZINTERCARD Commands (#8946)Jonah H. Harris2021-08-031-12/+24
* fix zslGetRank bug in dead-code (#9246)Oran Agra2021-07-221-1/+1
* Fix rank overflow in zslInsert with more than 2B entries. (#9249)Binbin2021-07-181-1/+1
* hrandfield and zrandmember with count should return emptyarray when key does ...Binbin2021-07-051-2/+2
* fix ZRANGESTORE - should return 0 when src points to an empty key (#9089)Leibale Eidelman2021-06-291-1/+6
* ZRANDMEMBER WITHSCORES with negative COUNT may return bad score (#9162)Binbin2021-06-291-1/+1
* Remove extra semicolon (#9117)Binbin2021-06-211-1/+1
* Change return value type for ZPOPMAX/MIN in RESP3 (#8981)Jason Elbaum2021-06-161-4/+15
* Cleaning up the cluster interface by moving almost all related declar… (#9080)Uri Shachar2021-06-151-3/+0
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-5/+5
* Add missing zuiClearIterator in zrandmemberWithCountCommand. (#8979)Binbin2021-06-061-0/+3
* Fix error reply in case zset command is not the STORE variant (#8793)guybe72021-04-151-2/+2
* fix typo, stracture to structure (#8784)Bonsai2021-04-141-1/+1
* zsetAdd: Fix wrong reply in case of INCR and GT/LT (#8717)guybe72021-04-011-14/+19
* reuse existing range comparators in the zset (#8714)wuYin2021-04-011-6/+3