summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix overflow in redis-benchmark (#11102)Ozan Tezcan2022-08-111-8/+2
* fix the client type in trackingInvalidateKey() (#11052)DarrenJiang132022-08-101-1/+1
* fix typos around dict funtions of cstring (#11092)judeng2022-08-091-8/+8
* acl: bitfield with get and set|incrby can be executed with readonly permissio...Huang Zhw2022-08-071-3/+16
* Optimize the performance of multi-key commands in cluster mode (#11044)judeng2022-08-041-12/+11
* errno cleanup around rdbLoad (#11042)Binbin2022-08-045-10/+10
* Avoid the sdslen() on shared.crlf given we know its size beforehand. Improve ...filipe oliveira2022-08-043-6/+5
* Reuse checkGoodReplicasStatus in script.c (#11078)Jie Liang Ang2022-08-041-5/+1
* Adding parentheses and do-while(0) to macros (#11080)Moti Cohen2022-08-039-21/+22
* Return ASAP when lua error is string (#11075)sundb2022-08-031-0/+1
* Fix function load error message (#10964)Wen Hui2022-08-021-4/+4
* Fix wrong commands json docs for CLIENT KILL (#10970)Rudi Floren2022-08-012-70/+95
* Optimization: moduleLoadString should try to create embedded string if not pl...Valentino Geron2022-07-311-3/+1
* tracking pending invalidation message of flushdb sent by (#11068)Huang Zhw2022-07-311-5/+11
* Avoid false positive out-of-bounds in writeForgottenNodePingExt (#11053)Binbin2022-07-281-2/+2
* Adds RM_Microseconds and RM_CachedMicroseconds (#11016)guybe72022-07-272-2/+24
* Change the return value of rdbLoad function to enums (#11039)Binbin2022-07-265-6/+13
* When client tracking is on, invalidation message of flushdb in a (#11038)Huang Zhw2022-07-261-1/+6
* Fix #11030, use lua_rawget to avoid triggering metatables and crash. (#11032)Meir Shpilraien (Spielrein)2022-07-261-10/+10
* Gossip forgotten nodes on `CLUSTER FORGET` (#10869)Viktor Söderqvist2022-07-262-1/+61
* Add error log message when failing to open RDB file for reading (#11036)YaacovHazan2022-07-251-1/+5
* fsync the old aof file when open a new INCR AOF (#11004)Binbin2022-07-254-23/+49
* Register abs-expire apis (#11025)chenyang80942022-07-241-0/+2
* fixed complexity of bzmpop and zmpop commands (#11026)Pavel Krush2022-07-243-4/+4
* Don't update node ip when peer fd is closed (#10696)Tian2022-07-202-5/+19
* Adds LASTID to XCLAIM docs (#11017)guybe72022-07-202-0/+7
* Make cluster config file saving atomic and fsync acl (#10924)Tian2022-07-202-27/+60
* Fix EVALSHA_RO and EVAL_RO command json file (#11015)Wen Hui2022-07-193-4/+8
* Set RM_StringCompare input args as const (#11010)Binbin2022-07-193-6/+6
* Fix heap overflow corruption in XAUTOCLAIM (CVE-2022-31144) (#11002)Oran Agra2022-07-181-0/+1
* Avoid using unsafe C functions (#10932)ranshid2022-07-1818-111/+225
* remove boolean usage and use 0/1 instead (#10997)Valentino Geron2022-07-171-2/+2
* Set RedisModule_StringCompare input args as const (#10996)Guy Korland2022-07-171-1/+1
* Add optional for FCALL and FCALL_RO command json file (#10988)Wen Hui2022-07-173-4/+8
* Avoid valgrind fishy value warning on corrupt restore payloads (#10937)Oran Agra2022-07-131-6/+12
* Add range check for server port in redis-cli/benchmark (#9854)Binbin2022-07-122-0/+16
* Normalize the style of help information with other documentation (#10965)Wen Hui2022-07-121-1/+1
* Simplify arithmetic expression on LP_REPLACE case in lpinsert (#6327)jimgreen20132022-07-121-2/+1
* update help.h (#10961)Oran Agra2022-07-111-4/+4
* Add cluster-port support to redis-cli --cluster (#10344)Binbin2022-07-111-46/+65
* Add --check-system in redis-server usage (#10960)Binbin2022-07-111-1/+3
* Fix crash during handshake and cluster shards call (#10942)Madelyn Olson2022-07-101-2/+6
* Only print ACL syntax errors once and include command names in errors (#10922)Madelyn Olson2022-07-091-6/+16
* Fix some outdated comments and some typo (#10946)Binbin2022-07-065-16/+10
* Add pubsubshard_channels field in INFO STATS (#10929)Binbin2022-07-062-1/+3
* TLS: Notify clients on connection shutdown. (#10931)Yossi Gottlieb2022-07-051-0/+2
* Avoid double multiplication of alloc_count (#10934)Harkrishn Patro2022-07-041-1/+1
* Optimize number of realloc syscall during multi/exec flow (#10921)Harkrishn Patro2022-07-042-3/+14
* Unlock cluster config file upon server shutdown. (#10912)Qu Chen2022-07-042-4/+11
* Account sharded pubsub channels memory consumption (#10925)Harkrishn Patro2022-07-043-3/+14