summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Repurpose redisCommandArg's name as the unique ID (#11051)guybe72022-08-1862-373/+385
* Fix memory leak in moduleFreeCommand (#11147)Binbin2022-08-182-1/+22
* Fix replication inconsistency on modules that uses key space notifications (#...Meir Shpilraien (Spielrein)2022-08-1815-125/+375
* Tests: Add missing key declaration in scripts (#11134)Valentino Geron2022-08-162-24/+24
* Trim rdb loading code for pre-release formats (#11058)Oran Agra2022-08-156-102/+52
* Rename offset and xsetid tags (#11103)guybe72022-08-141-2/+2
* Optimization in t_hash.c: Avoid looking for a same field twice by using dictA...kmy20012022-08-141-20/+16
* Fix Lua compile warning on GCC 12.1 (#11115)Ozan Tezcan2022-08-141-1/+1
* Add missing lua_pop in luaGetFromRegistry (#11097)sundb2022-08-144-25/+17
* Fix outdated lfu-decay-time doc in redis.conf (#11108)Binbin2022-08-141-4/+3
* Fix overflow in redis-benchmark (#11102)Ozan Tezcan2022-08-111-8/+2
* fix the client type in trackingInvalidateKey() (#11052)DarrenJiang132022-08-102-1/+14
* fix typos around dict funtions of cstring (#11092)judeng2022-08-091-8/+8
* Tests: improve skip tags around resp3 (#11090)Valentino Geron2022-08-071-2/+6
* acl: bitfield with get and set|incrby can be executed with readonly permissio...Huang Zhw2022-08-072-3/+17
* Optimize the performance of multi-key commands in cluster mode (#11044)judeng2022-08-041-12/+11
* Re-enable aof-race integration tests (#10972)Binbin2022-08-042-11/+14
* 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
* Fix acl tests to support `--singledb` flag (#11077)Valentino Geron2022-08-031-3/+5
* Return ASAP when lua error is string (#11075)sundb2022-08-031-0/+1
* Fix function load error message (#10964)Wen Hui2022-08-022-7/+7
* Bump vmactions/freebsd-vm from 0.2.0 to 0.2.3 (#11072)dependabot[bot]2022-08-021-3/+3
* Solve usleep compilation warning in keyspace_events.c (#11073)Binbin2022-08-021-0/+1
* Fix wrong commands json docs for CLIENT KILL (#10970)Rudi Floren2022-08-012-70/+95
* Tests (cluster / sentinel): add --stop and--loop options (#11070)Binbin2022-08-011-0/+19
* 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-312-6/+12
* Avoid false positive out-of-bounds in writeForgottenNodePingExt (#11053)Binbin2022-07-281-2/+2
* Fix bgsaveerr issue in psync wrong offset test (#11043)Binbin2022-07-271-4/+0
* Adds RM_Microseconds and RM_CachedMicroseconds (#11016)guybe72022-07-273-2/+37
* 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-262-1/+20
* Fix #11030, use lua_rawget to avoid triggering metatables and crash. (#11032)Meir Shpilraien (Spielrein)2022-07-262-10/+24
* Gossip forgotten nodes on `CLUSTER FORGET` (#10869)Viktor Söderqvist2022-07-263-6/+79
* 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
* CI: Update vmaction. (#11013)Yossi Gottlieb2022-07-191-6/+6
* Set RM_StringCompare input args as const (#11010)Binbin2022-07-193-6/+6
* Fix timing issue in cluster test (#11008)Binbin2022-07-182-7/+16
* Fix heap overflow corruption in XAUTOCLAIM (CVE-2022-31144) (#11002)Oran Agra2022-07-182-2/+20
* Avoid using unsafe C functions (#10932)ranshid2022-07-1819-113/+227