summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 6.2.46.2.4Oran Agra2021-06-012-2/+27
* Fix integer overflow in STRALGO LCS (CVE-2021-32625) (#9011)Oran Agra2021-06-011-1/+17
* unregister AE_READABLE from the read pipe in backgroundSaveDoneHandlerSocket ...YaacovHazan2021-06-012-0/+40
* fix sentinel test failure (#8983)Wen Hui2021-06-011-2/+2
* [SENTINEL] reset sentinel-user/pass to NULL when user config with empty strin...Wen Hui2021-06-011-2/+4
* Hide migrate command from slowlog if they include auth (#8859)Madelyn Olson2021-06-0112-53/+122
* sinterstore: add missing keyspace del event when any source set not exists. (...patpatbear2021-06-011-0/+1
* Fix crash unlinking a stream with groups rax and no groups (#8932)Oran Agra2021-06-011-1/+1
* fix redis-benchmark to ignore unsupported configs (#8916)Oran Agra2021-06-011-3/+4
* Fix wrong COW memory in log (#8917)Wang Yuan2021-06-011-1/+1
* Enforce client output buffer soft limit when no traffic. (#8833)yoav-steinberg2021-06-014-64/+87
* Redis 6.2.36.2.3Oran Agra2021-05-032-2/+36
* Resolve nonsense static analysis warningsOran Agra2021-05-037-15/+15
* Fix integer overflow in STRALGO LCS (CVE-2021-29477)Oran Agra2021-05-031-1/+1
* Fix integer overflow in intset (CVE-2021-29478)Oran Agra2021-05-031-1/+1
* Fix memory leak in moduleDefragGlobals (#8853)sundb2021-05-031-0/+1
* Improve redis-cli help. When help command, we only match command (#8879)Huang Zhw2021-05-031-1/+1
* redis-benchmark: Add zfree(data) and fix lrange size / text mismatch (#8872)Binbin2021-05-031-2/+3
* redis-cli: Do not use hostsocket when we got redirected in cluster mode (#8870)Binbin2021-05-031-1/+3
* redis-benchmark: Error/Warning handling updates. (#8869)filipe oliveira2021-05-031-42/+40
* Fix potential CONFIG SET bind test failure. (#8875)Huang Zhw2021-05-031-2/+2
* Bump freebsd-vm version to fix CI failures (#8876)yoav-steinberg2021-05-031-1/+1
* Prevent replicas from sending commands that interact with keyspace (#8868)Oran Agra2021-05-031-1/+11
* Remove redundant -latomic on arm64. (#8867)Yossi Gottlieb2021-05-031-5/+1
* When the password is wrong, redis-benchmark should exit (#8855)Yang Bodong2021-05-031-1/+3
* Modules: Fix RM_GetClusterNodeInfo() to correctly populate the master_id (#8846)Istemi Ekin Akkus2021-05-031-1/+1
* Use monotonic clock to check for Lua script timeout. (#8812)zyxwvu Shi2021-05-033-6/+10
* Expire key firstly and then notify keyspace event (#8830)Wang Yuan2021-05-031-4/+7
* Print the number of abnormal line in AOF (#8823)bugwz2021-05-032-2/+16
* Fix migrateCommand may migrate wrong value. (#8815)Huang Zhw2021-05-031-1/+2
* Fix memory leak when doing lazyfreeing client tracking table (#8822)Madelyn Olson2021-05-033-3/+14
* Merge 6.2.2 release6.2.2Oran Agra2021-04-20119-1289/+3298
|\
| * Redis 6.2.2Oran Agra2021-04-192-2/+76
| * Merge unstable into 6.2Oran Agra2021-04-19117-1287/+3222
| |\ |/ /
| * Fix space included in links in modules API doc (#8818)Viktor Söderqvist2021-04-191-2/+2
| * Modules: adding a module type for key space notification (#8759)Hanna Fadida2021-04-199-52/+143
| * Modules: Replicate lazy-expire even if replication is not allowed (#8816)guybe72021-04-193-1/+49
| * ACL channels permission handling for save/load scenario. (#8794)Harkrishn Patro2021-04-194-1/+99
| * Fix ouput buffer limit test (#8803)sundb2021-04-191-2/+10
| * fix invalid master_link_down_since_seconds in info repication (#8785)Wen Hui2021-04-192-1/+5
| * Revert cluster slot migration tests. (#8806)Yossi Gottlieb2021-04-182-0/+12
| * Fix timing of new replication test (#8807)Oran Agra2021-04-181-5/+5
| * Improve testsuite print of log file (#8805)Oran Agra2021-04-183-9/+18
| * ReplicationCron: Prevent invalid access to freed pointer (#8799)guybe72021-04-161-0/+2
| * Avoid close before logging to preserve errno (#8703)Wen Hui2021-04-151-1/+1
| * Fix error reply in case zset command is not the STORE variant (#8793)guybe72021-04-151-2/+2
| * Add a timeout mechanism for replicas stuck in fullsync (#8762)guybe72021-04-154-10/+44
| * clean condition and variable store to nwritten that is never read (#8788)Bonsai2021-04-141-3/+1
| * fix typo, stracture to structure (#8784)Bonsai2021-04-147-8/+8
| * stabilized and improve pendingquerybuf test suit (#8780)YaacovHazan2021-04-141-5/+6