3e09be56a8Fix protocol parsing on 'ldbReplParseCommand' (CVE-2021-32672)
meir@redislabs.com
2021-06-13 14:29:20 +0300
757f8f771ePrevent unauthenticated client from easily consuming lots of memory (CVE-2021-32675)
Oran Agra
2021-06-09 17:31:39 +0300
04ba485042Fix redis-cli / redis-sential overflow on some platforms (CVE-2021-32762)
Oran Agra
2021-09-26 15:46:37 +0300
b1149a49b2Fix Integer overflow issue with intsets (CVE-2021-32687)
Oran Agra
2021-09-26 15:42:17 +0300
db09f6eb2eRedis 6.2.5
Oran Agra
2021-07-21 16:37:05 +0300
835d15b536On 32 bit platform, the bit position of GETBIT/SETBIT/BITFIELD/BITCOUNT,BITPOS may overflow (see CVE-2021-32761) (#9191)
Huang Zhw
2021-07-21 21:25:19 +0800
bae0512c8alonger timeout in replication test (#8963)
Oran Agra
2021-05-18 17:13:59 +0300
8d6134952aRemove testmodule in src/modules/Makefile. (#9250)
Huang Zhw
2021-07-19 13:23:25 +0800
1d7c0e5949Fix failing basics moduleapi test on 32bit CI (#9140)
Oran Agra
2021-06-24 12:44:13 +0300
37b0f3617dAdjustments to recent RM_StringTruncate fix (#3718) (#9125)
Oran Agra
2021-06-22 17:22:40 +0300
6866117194Fix missing separator in module info line (usedby and using lists) (#9241)
Huang Zhw
2021-07-19 16:10:25 +0800
b622537199SMOVE only notify dstset when the addition is successful. (#9244)
Binbin
2021-07-17 14:54:06 +0800
88655019ccFix accidental deletion of sinterstore command when we meet wrong type error. (#9032)
Binbin
2021-06-13 15:53:46 +0800
fad44611dcChange return value type for ZPOPMAX/MIN in RESP3 (#8981)
Jason Elbaum
2021-06-16 09:29:57 +0300
8884971223Direct redis-cli repl prints to stderr, because --rdb can print to stdout. fflush stdout after responses (#9136)
Mikhail Fesenko
2021-07-07 08:26:26 +0300
07e1248686Fix ziplist length updates on bigendian platforms (#2080)
Rob Snyder
2021-06-30 09:46:06 -0400
6cd84b64f0Test infra, handle RESP3 attributes and big-numbers and bools (#9235)
Oran Agra
2021-07-14 19:14:31 +0300
c6b3966d02hrandfield and zrandmember with count should return emptyarray when key does not exist. (#9178)
Binbin
2021-07-05 15:41:57 +0800
432e056659Tests: add a way to read raw RESP protocol reponses (#9193)
Oran Agra
2021-07-04 19:43:58 +0300
ff27217639stabilize tests that involved with load handlers (#8967)
YaacovHazan
2021-05-20 15:29:43 +0300
3f4f9b6331Fail EXEC command in case a watched key is expired (#9194)
perryitay
2021-07-11 13:17:23 +0300
5b8e395174Do not install a file event to send data to rewrite child when parent stop sending diff to child in aof rewrite. (#8767)
Huang Zhw
2021-07-11 18:00:17 +0800
9914b676b3Avoid exiting to allow diskless loading to recover from RDB short read on module AUX data (#9199)
Omer Shadmi
2021-07-06 08:21:17 +0300
abd44c8393Fix race in client side tracking (#9116)
Oran Agra
2021-06-22 07:35:59 +0300
f70916f8b0redis-cli: support for REDIS_REPLY_SET in CSV and RAW output. (#7338)
Maxim Galushka
2021-06-21 09:01:31 +0100