summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make full use of aofrwblock's buf (#8975)Wang Yuan2021-05-304-4/+27
* Always replicate time-to-live(TTL) as absolute timestamps in milliseconds (#8...ny03122021-05-3010-214/+390
* unregister AE_READABLE from the read pipe in backgroundSaveDoneHandlerSocket ...YaacovHazan2021-05-262-0/+40
* fix sentinel test failure (#8983)Wen Hui2021-05-241-2/+2
* [SENTINEL] reset sentinel-user/pass to NULL when user config with empty strin...Wen Hui2021-05-231-2/+4
* remove unnecessary determine statement in sdsrange (#8978)wuYin2021-05-221-1/+1
* stabilize tests that involved with load handlers (#8967)YaacovHazan2021-05-2010-53/+37
* Make aof buf alloc size more accurate in overhead (#8970)Wang Yuan2021-05-201-1/+1
* Make full use of replication backlog memory (#8966)Wang Yuan2021-05-203-8/+11
* Hide migrate command from slowlog if they include auth (#8859)Madelyn Olson2021-05-1912-55/+124
* Fix race in new lazyfree test (#8965)Oran Agra2021-05-191-0/+7
* redis-cli clusterManagerCommandCreate calculate interleaved_len wrong (#8964)Huang Zhw2021-05-191-1/+1
* Fix different reply on `SENTINEL SIMULATE-FAILURE help` command (#8962)Bonsai2021-05-191-0/+1
* try a more concise rdbTryIntegerEncoding using string2ll rather than strtoll....DarrenJiang132021-05-191-12/+5
* In activeDefragStringOb, we have took care defragged so not need to self-incr...Binbin2021-05-181-1/+1
* Add documentation for `firstkey`, `lastkey` and `keystep` parameters of `Redi...Eduardo Felipe2021-05-181-1/+16
* Avoid passing GeoHashRadius by value (#8941)Guy Korland2021-05-181-11/+11
* longer timeout in replication test (#8963)Oran Agra2021-05-181-1/+1
* Remove useless - from help.h on commands with no arguments (#8939)Oran Agra2021-05-182-54/+54
* fix race in config rewrite test (#8960)Oran Agra2021-05-181-1/+1
* redis-cli: some commands should bypass history file. (#8895)Huang Zhw2021-05-181-75/+117
* redis-cli: Sleep for a while in each cliConnect when we got connect error in ...Binbin2021-05-181-32/+48
* AOF: remove memmove in aofChildWriteDiffData and record the latency (#5362)zhaozhao.zz2021-05-171-12/+15
* Reset lazyfreed_objects info field with RESETSTAT, test for stream lazyfree (...Oran Agra2021-05-174-0/+47
* redis-cli: fix bugs in hints of commands with subcommands. (#8914)Huang Zhw2021-05-171-26/+40
* sinterstore: add missing keyspace del event when any source set not exists. (...patpatbear2021-05-151-0/+1
* Moved security bugs and vulnerability policy to SECURITY.md (#8938)Madelyn Olson2021-05-133-22/+48
* EVALSHA_RO and EVAL_RO Commands (#8820)Raghav Muddur2021-05-124-0/+38
* improve error handing in anetFDToString to avoid returning successfully with ...George Anderson GuimarĂ£es2021-05-111-4/+12
* cluster process publish message only for known nodes. (#8856)Huang Zhw2021-05-101-0/+2
* Fix crash unlinking a stream with groups rax and no groups (#8932)Oran Agra2021-05-101-1/+1
* Fix typos, and consistent function argument names in quicklist (#8915)Binbin2021-05-102-9/+9
* Cleanup: sentinel config, latency extra time() (#8810)Huang Zhw2021-05-092-34/+20
* redis-benchmark bad check for NOAUTH and NOPERM (#8931)Oran Agra2021-05-091-11/+11
* Use function instead of code in dict.c and delete dead code in dict.h (#8878)Binbin2021-05-092-10/+4
* Typo: Change port_get to port_getn in aeApiPoll panic message. (#8920)Binbin2021-05-071-1/+1
* redis-cli when SELECT fails, we should reset dbnum to 0 (#8898)Huang Zhw2021-05-061-12/+25
* fix redis-benchmark to ignore unsupported configs (#8916)Oran Agra2021-05-061-3/+4
* Fix wrong COW memory in log (#8917)Wang Yuan2021-05-061-1/+1
* remove duplicate fd lookup in aeProcessEvents (#3886)Zerong Yao2021-05-051-2/+2
* redis-cli: Fix integer overflow in intrinsic-latency (#8907)Binbin2021-05-041-1/+1
* Enforce client output buffer soft limit when no traffic. (#8833)yoav-steinberg2021-05-044-64/+87
* 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
* Add missing NOLOOP tracking flag in help (#8892)Wen Hui2021-05-031-2/+2
* Fix typos in comments and improve readability (#8899)Uri Shachar2021-05-032-9/+9
* Free value if dup succeed but listAddNodeTail failed. (#8901)Binbin2021-05-031-1/+6
* Fix memory leak in moduleDefragGlobals (#8853)sundb2021-05-021-0/+1
* Improve redis-cli help. When help command, we only match command (#8879)Huang Zhw2021-04-291-1/+1