summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump vmactions/freebsd-vm from 0.2.3 to 0.2.4 (#11203)7.0.5dependabot[bot]2022-09-211-3/+3
* Bump vmactions/freebsd-vm from 0.2.0 to 0.2.3 (#11072)dependabot[bot]2022-09-211-3/+3
* CI: Update vmaction. (#11013)Yossi Gottlieb2022-09-211-6/+6
* Redis 7.0.5Oran Agra2022-09-213-8/+51
* Fix heap overflow vulnerability in XAUTOCLAIM (CVE-2022-35951)Oran Agra2022-09-212-3/+14
* Improve cmd_flags for script/functions in RM_Call (#11159)Shaya Potter2022-09-214-20/+52
* Cluster test infra (taken from #10920)Madelyn Olson2022-09-213-3/+119
* Fix missing sections for INFO ALL with module (#11291)Shay Fadida2022-09-212-3/+15
* Fix Invalid node address specified in redis-cli --cluster create/add-node (#1...Binbin2022-09-211-3/+3
* Fix crash due to delete entry from compress quicklistNode and wrongly split q...sundb2022-09-215-17/+85
* fix infinite sleep in performEvictions when have lazyfree jobs (#11237)zhaozhao.zz2022-09-211-3/+9
* Avoid crash when a cluster node is a replica of a replica of itself (#11263)Viktor Söderqvist2022-09-211-1/+7
* Prevent use after free for inbound cluster link (#11255)Madelyn Olson2022-09-211-1/+6
* Correctly handle scripts with shebang (not read-only) on a cluster replica (#...chendianqiang2022-09-212-3/+12
* Remove the NONDETERMINISTIC_OUTPUT flag from most CLUSTER sub-commands. (#11157)Huang Zhw2022-09-2117-112/+16
* Fix assertion when a key is lazy expired during cluster key migration (#11176)Oran Agra2022-09-215-8/+45
* Replaces a made-up term with a real one (#11169)Itamar Haber2022-09-215-10/+10
* Adds historical note about lower-case geo units support (#11162)Itamar Haber2022-09-215-3/+35
* Fix memory leak in moduleFreeCommand (#11147)Binbin2022-09-212-1/+22
* fix the client type in trackingInvalidateKey() (#11052)DarrenJiang132022-09-212-1/+14
* acl: bitfield with get and set|incrby can be executed with readonly permissio...Huang Zhw2022-09-212-3/+17
* Fix function load error message (#10964)Wen Hui2022-09-212-7/+7
* Fix wrong commands json docs for CLIENT KILL (#10970)Rudi Floren2022-09-212-70/+95
* tracking pending invalidation message of flushdb sent by (#11068)Huang Zhw2022-09-212-6/+12
* When client tracking is on, invalidation message of flushdb in a (#11038)Huang Zhw2022-09-212-1/+20
* Fix #11030, use lua_rawget to avoid triggering metatables and crash. (#11032)Meir Shpilraien (Spielrein)2022-09-212-10/+24
* fsync the old aof file when open a new INCR AOF (#11004)Binbin2022-09-214-23/+49
* Register abs-expire apis (#11025)chenyang80942022-09-211-0/+2
* fixed complexity of bzmpop and zmpop commands (#11026)Pavel Krush2022-09-213-4/+4
* Don't update node ip when peer fd is closed (#10696)Tian2022-09-212-5/+19
* Adds LASTID to XCLAIM docs (#11017)guybe72022-09-212-0/+7
* Fix EVALSHA_RO and EVAL_RO command json file (#11015)Wen Hui2022-09-213-4/+8
* Add optional for FCALL and FCALL_RO command json file (#10988)Wen Hui2022-09-213-4/+8
* Redis 7.0.47.0.4Oran Agra2022-07-182-2/+13
* Fix heap overflow corruption in XAUTOCLAIM (CVE-2022-31144) (#11002)Oran Agra2022-07-182-2/+20
* remove boolean usage and use 0/1 instead (#10997)Valentino Geron2022-07-181-2/+2
* Merge pull request #10962 from oranagra/release-7.0.37.0.3Oran Agra2022-07-1186-295/+1160
|\
| * 7.0.3Oran Agra2022-07-112-3/+62
| * Merge 'origin/unstable' into 7.0 for 7.0.3Oran Agra2022-07-1184-292/+1098
| |\ |/ /
| * Trying to fix cluster test (#10963)Binbin2022-07-111-0/+4
| * update help.h (#10961)Oran Agra2022-07-111-4/+4
| * Add cluster-port support to redis-cli --cluster (#10344)Binbin2022-07-113-56/+153
| * 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-102-3/+20
| * 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-066-17/+11
| * Renaming conduct to code of conduct and contributing files to .md (#10941)adasarpan4042022-07-063-3/+3
| * 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