summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* When redis-cli received ASK, it didn't handle it (#8930)Huang Zhw2021-08-023-17/+135
* Modify some error logs printing level. (#9306)Binbin2021-08-023-3/+3
* Add NX/XX/GT/LT options to EXPIRE command group (#2795)Ning Sun2021-08-023-6/+229
* Fix if consumer is created as a side effect without notify and dirty++ (#9263)menwen2021-08-025-76/+117
* improve quicklist insert head/tail while head/tail node is full. (#9113)cmemory2021-08-021-12/+38
* Fix copy-paste typo in t_list.c comment (#9305)SmartKeyerror2021-08-021-1/+1
* GEO* STORE with empty src key delete the dest key and return 0, not empty arr...Binbin2021-08-012-6/+105
* Tests: avoid short reads on redis-cli output. (#9301)Yossi Gottlieb2021-08-011-4/+16
* Remove const from CommandFilterArgGet result (#9247)Guy Korland2021-08-014-3/+39
* tests: fix a typo (#9294)Long Dai2021-07-301-1/+1
* Free unused capacity in the cluster send buffer. (#9255)Quinn Klassen2021-07-291-41/+61
* Minor refactoring for rioConnRead and adding errno (#9280)Ewg-c2021-07-292-12/+12
* Clean unused var compiler warning in module test. (#9289)Yossi Gottlieb2021-07-291-1/+1
* Remove duplicate zero-port sentinels (#9240)Wen Hui2021-07-293-0/+50
* Fix LRU blue moon bug in RESTORE, RDB loading, module API (#9279)Oran Agra2021-07-291-6/+6
* Fix missing check for sanitize_dump in corrupt-dump-fuzzer test (#9285)sundb2021-07-291-3/+3
* Add INFO stat total_eviction_exceeded_time and current_eviction_exceeded_time...Huang Zhw2021-07-263-5/+31
* tests: fix exec fails when grep exists with status other than 0 (#9066)ZhaolongLi2021-07-251-1/+5
* fix zslGetRank bug in dead-code (#9246)Oran Agra2021-07-221-1/+1
* On 32 bit platform, the bit position of GETBIT/SETBIT/BITFIELD/BITCOUNT,BITPO...Huang Zhw2021-07-214-20/+46
* Fix ACL category for SELECT, WAIT, ROLE, LASTSAVE, READONLY, READWRITE, ASKIN...Oran Agra2021-07-203-7/+42
* Fix missing separator in module info line (usedby and using lists) (#9241)Huang Zhw2021-07-191-1/+2
* Remove testmodule in src/modules/Makefile. (#9250)Huang Zhw2021-07-191-6/+1
* Fix rank overflow in zslInsert with more than 2B entries. (#9249)Binbin2021-07-181-1/+1
* Fix format strings serverLogObjectDebugInfo to use unsigned (#2927)Erik Dubbelboer2021-07-181-2/+2
* Add 'ist' to wordlist. (#9248)Binbin2021-07-181-1/+2
* Update Lua debugging help message commands for consistency. (#2946)Paul Kulchenko2021-07-181-5/+5
* Fix typo in redis.conf comment (#9245)Lawrence Chou2021-07-171-1/+1
* SMOVE only notify dstset when the addition is successful. (#9244)Binbin2021-07-172-1/+23
* Set TCP keepalive on inbound clusterbus connections (#9230)qetu37902021-07-151-0/+1
* fix timeout spell error (#9150)ZEEKLING2021-07-151-1/+1
* Test infra, handle RESP3 attributes and big-numbers and bools (#9235)Oran Agra2021-07-145-34/+115
* Fix compatibility with OpenSSL 1.1.0. (#9233)Yossi Gottlieb2021-07-141-0/+2
* Return -1 when connTLSWrite fails to write due to socket being closed (#9222)gourav2021-07-141-1/+1
* Add missing comma in memory/xgroup command help message. (#9210)Binbin2021-07-132-2/+2
* Fail EXEC command in case a watched key is expired (#9194)perryitay2021-07-114-3/+46
* Do not install a file event to send data to rewrite child when parent stop se...Huang Zhw2021-07-111-1/+3
* Add test for ziplist (nextdiff == -4 && reqlen < 4) (#9218)Binbin2021-07-111-0/+54
* Pre-test bind-source-addr before running test. (#9214)Yossi Gottlieb2021-07-111-1/+35
* fix explanation of sha256 (#9220)Shogo Hayashi2021-07-101-1/+1
* Start redis-check-aof/redis-check-rdb only if executable name contains (#9215)Huang Zhw2021-07-091-6/+7
* Direct redis-cli repl prints to stderr, because --rdb can print to stdout. ff...Mikhail Fesenko2021-07-072-8/+25
* Add range check for master port in replicaof. (#9201)Binbin2021-07-061-1/+2
* a little optimization in touchAllWatchedKeysInDb (#9200)zhaozhao.zz2021-07-061-8/+8
* Avoid exiting to allow diskless loading to recover from RDB short read on mod...Omer Shadmi2021-07-061-3/+5
* update issue template, replace IRC with discussions (#9198)Oran Agra2021-07-051-2/+2
* redis-cli: reset dbnum and tx prompt state after RESET (#9096)uriyage2021-07-051-1/+8
* hrandfield and zrandmember with count should return emptyarray when key does ...Binbin2021-07-055-4/+47
* Use accept4 on linux instead of fcntl to make a client socket non-blocking (#...Oran Agra2021-07-054-5/+29
* Query buffer shrinking improvements (#5013)Oran Agra2021-07-053-11/+94