summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add tests for error messages during slot migrations (#10449)Wen Hui2022-07-041-0/+50
| * 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-044-6/+28
| * Set aof rewrite status in some backgroundRewriteDoneHandler errors (#10923)Binbin2022-07-031-0/+6
| * Fix TLS issues with large replies (#10909)Yossi Gottlieb2022-07-031-3/+3
| * Fix TLS tests on newer tcl-tls/OpenSSL. (#10910)Yossi Gottlieb2022-07-032-10/+36
| * Always set server.aof_last_write_errno in aof write error (#10917)Binbin2022-07-031-1/+1
| * Add SENTINEL command flag to CLIENT/COMMANDS subcommands (#10904)Binbin2022-06-3027-63/+103
| * Fix CLUSTER RESET command argument number issue (#10898)Wen Hui2022-06-293-4/+17
| * Add sharded pubsub keychannel count to client info (#10895)jonnyomerredis2022-06-282-3/+4
| * A minor refinement to clusterbus extension estlen (#10902)Tian2022-06-271-2/+2
| * Add missing REDISMODULE_CLIENTINFO_INITIALIZER (#10885)Viktor Söderqvist2022-06-273-4/+14
| * Support conversion between `RedisModuleString` and `unsigned long long` (#10889)RinChanNOW!2022-06-264-0/+98
| * redis-server command line arguments allow passing config name and value in th...Binbin2022-06-262-4/+76
| * Add RM_SetClientNameById and RM_GetClientNameById (#10839)Viktor Söderqvist2022-06-266-15/+101
| * Sync argv_len var back after command call in execCommand (#10900)Binbin2022-06-261-0/+1
| * Replace regular array to array of structs to get rid of false sharing (#10892)Elvina Yakubova2022-06-261-3/+8
| * changing min,max in ZRANGE -> start stop (#10097)Steve Lorello2022-06-252-4/+4
| * migrateGetSocket() cleanup.. (#5546)WuYunlong2022-06-231-1/+1
| * When dirCreateIfMissing or openNewIncrAofForAppend fail, set aof_lastbgrewrit...Binbin2022-06-231-1/+5
| * command prompt help: add stdin config usage (#6313)(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW2022-06-231-0/+1
| * fix benchmark failure in daily test with TLS (#10896)judeng2022-06-231-3/+3
| * Add bus_port argument in cluster-meet.json (#10304)Binbin2022-06-232-1/+17
| * fix redis-benchmark's bug: check if clients are created successfully in idle ...judeng2022-06-222-0/+13
| * Module API docs corrections (#10890)Viktor Söderqvist2022-06-212-8/+9
| * Fix crash on RM_Call with script mode. (#10886)Meir Shpilraien (Spielrein)2022-06-213-4/+42
| * Outdated comments, replace COUNTER_INIT_VAL with LFU_INIT_VAL, fix typo (#10888)Vlad2022-06-212-10/+10
| * Set replicas' configEpoch to 0 when loaded from cluster configuration file (#...Bar Shaul2022-06-201-2/+4
| * Optimize the performance of clusterSendPing for large clusters (#10624)judeng2022-06-202-14/+6
| * Fsync directory while persisting AOF manifest, RDB file, and config file (#10...Tian2022-06-206-4/+82
| * Fix sentinel acl change test. Timing issue. (#10868)Moti Cohen2022-06-191-5/+7
| * Fix a prototype inconsitency of `_serverAssert` between redisassert.h and red...Masahiro Ide2022-06-191-1/+1