summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-3026-63/+96
* Fix CLUSTER RESET command argument number issue (#10898)Wen Hui2022-06-292-4/+4
* Add sharded pubsub keychannel count to client info (#10895)jonnyomerredis2022-06-281-1/+2
* A minor refinement to clusterbus extension estlen (#10902)Tian2022-06-271-2/+2
* Add missing REDISMODULE_CLIENTINFO_INITIALIZER (#10885)Viktor Söderqvist2022-06-272-2/+4
* Support conversion between `RedisModuleString` and `unsigned long long` (#10889)RinChanNOW!2022-06-262-0/+28
* redis-server command line arguments allow passing config name and value in th...Binbin2022-06-261-1/+33
* Add RM_SetClientNameById and RM_GetClientNameById (#10839)Viktor Söderqvist2022-06-264-15/+64
* 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
* 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-221-0/+4
* Module API docs corrections (#10890)Viktor Söderqvist2022-06-211-4/+4
* Fix crash on RM_Call with script mode. (#10886)Meir Shpilraien (Spielrein)2022-06-211-2/+11
* Outdated comments, replace COUNTER_INIT_VAL with LFU_INIT_VAL, fix typo (#10888)Vlad2022-06-211-5/+5
* 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 a prototype inconsitency of `_serverAssert` between redisassert.h and red...Masahiro Ide2022-06-191-1/+1
* optimize zset conversion on large ZRANGESTORE (#10789)Oran Agra2022-06-141-2/+4
* Script that made modification will not break with unexpected NOREPLICAS error...Oran Agra2022-06-141-0/+5