summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge Redis 6.2.16.2.1Oran Agra2021-03-0236-193/+589
|\
| * Redis 6.2.1Oran Agra2021-03-012-2/+29
| * Merge unstable into 6.2Oran Agra2021-03-0134-191/+560
| |\ |/ /
| * fix new networking tests to work when the test suite is used in tls mode (#8582)YaacovHazan2021-03-011-6/+8
| * fix stream deep sanitization with deleted records (#8568)Oran Agra2021-03-013-1/+4
| * Make port, tls-port and bind configurations modifiable (#8510)YaacovHazan2021-03-018-56/+282
| * fix: call CLIENT INFO from redis module will crash the server (#8560)Bonsai2021-03-012-1/+5
| * Fix compliation on arm64 Mac with jemalloc (#8458)David Gilman2021-03-011-0/+4
| * Make dbid range check for SWAPDB command consistent with SELECT, MOVE, and CO...Qu Chen2021-03-011-4/+4
| * Fix div by 0 in redis-cli cluster creation (#8553)Pavlo Yatsukhnenko2021-02-281-1/+1
| * Module API for getting user name of a client (#8508)Bonsai2021-02-282-0/+25
| * Shared reusable client for RM_Call() (#8516)Viktor Söderqvist2021-02-284-11/+43
| * Moved requirepass and querybuf length to generic configs (#8557)Madelyn Olson2021-02-254-80/+31
| * redis-cli prompt: fix db number and transaction state inconsistencies after r...Wen Hui2021-02-251-0/+3
| * Cleanup usage of malloc_usable_size. (#8554)Yossi Gottlieb2021-02-253-5/+53
| * Allow stopped redis processes to be killed in tests (#8552)Madelyn Olson2021-02-242-0/+4
| * Use addReplyErrorObject with shared.noscripterr (#8544)sundb2021-02-242-2/+15
| * XTRIM: Parse args before lookupKey (#8550)guybe72021-02-241-5/+5
| * XTRIM should take at least 4 args (#8549)guybe72021-02-241-1/+1
| * Fix quicklistDelRange dead code, delete range wrong (#8257)Huang Zw2021-02-241-1/+12
| * Cleanup clang warnings. (#8546)Yossi Gottlieb2021-02-242-3/+8
| * Use malloc_usable_size() on FreeBSD. (#8545)Yossi Gottlieb2021-02-241-1/+4
| * In luaRedisGenericCommand check channel return is ACL_DENIED_CHANNEL (#8535)Huang Zw2021-02-231-1/+1
| * Fix race in CONFIG REWRITE sanity (#8536)guybe72021-02-231-1/+1
| * Fix compile errors with no HAVE_MALLOC_SIZE. (#8533)Yossi Gottlieb2021-02-232-6/+23
| * Fix failed tests on Linux Alpine and add a CI job. (#8532)Yossi Gottlieb2021-02-235-18/+36
* | Merge Redis 6.2.0 GA6.2.0Oran Agra2021-02-2289-653/+1853
|\ \
| * | Redis 6.2.0 GAOran Agra2021-02-222-5/+75
| * | Merge origin/unstable into 6.2Oran Agra2021-02-2287-648/+1778
| |\ \ |/ / / | | _
| * update help.h from redis.io commands.json (#8524)Oran Agra2021-02-221-0/+5
| * Fix integer overflow (CVE-2021-21309). (#8522)Yossi Gottlieb2021-02-223-1/+14
| * Remove acl subcommand validation if fully added command exists. (#8483)Harkrishn Patro2021-02-222-19/+22
| * In XADD take deleted items into consideration when switch to new node (#8390)Huang Zw2021-02-221-1/+3
| * SRANDMEMBER RESP3 return should be Array, not Set (#8504)Wen Hui2021-02-223-5/+23
| * Improve overflow check of expire time (#8519)sundb2021-02-221-2/+2
| * Fix allowed length for REPLCONF ip-address. (#8517)Yossi Gottlieb2021-02-214-25/+27
| * Client tracking tracking-redir-broken push len is 2 not 3 (#8456)Huang Zw2021-02-213-39/+87
| * EXPIRE, EXPIREAT, SETEX, GETEX: Return error when expire time overflows (#8287)Gnanesh2021-02-213-24/+88
| * dict: pause rehash, minor readability refactor (#8515)Jim Brunner2021-02-202-14/+14
| * Fix timing error oom-score-adj test (#8513)sundb2021-02-191-1/+6
| * Remove redundant pubsub list to store the patterns. (#8472)Harkrishn Patro2021-02-175-46/+11
| * solve valgrind warning in child_info (#8505)Oran Agra2021-02-171-4/+5
| * Optimize listpack for stream usage to avoid repeated reallocs (#6281)yihuang2021-02-164-8/+44
| * Adds INFO fields to track fork child progress (#8414)uriyage2021-02-168-80/+134
| * Add ziplistReplace, in-place optimized for elements of same sizeViktor Söderqvist2021-02-164-7/+75
| * Use stack for decoding integer-encoded values in list pushViktor Söderqvist2021-02-161-4/+7
| * Avoid useless copying in LINDEX command for replyViktor Söderqvist2021-02-161-5/+2
| * minor test suite cleanup, revive old test (#8497)Oran Agra2021-02-152-3/+2
| * Fix incorrect shared ping length. (#8498)Yossi Gottlieb2021-02-151-1/+1
| * Escape unsafe field name characters in INFO. (#8492)Yossi Gottlieb2021-02-159-5/+79