summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* resize query buffer more accuratelyzhaozhao.zz2021-07-052-2/+4
* add missing skips to daily cycle (#9196)Oran Agra2021-07-051-2/+5
* Tests: add a way to read raw RESP protocol reponses (#9193)Oran Agra2021-07-042-1/+46
* fix valgrind issues with recently added test in modules/blockonbackground (#9...Oran Agra2021-07-041-1/+4
* Update incrDecrCommand to use addReplyLongLong (#9188)Madelyn Olson2021-07-033-5/+2
* Fix CLIENT UNBLOCK crashing modules. (#9167)Yossi Gottlieb2021-07-015-3/+119
* Fix bug in sdscatfmt when % is the last format char (#9173)Oran Agra2021-07-011-0/+1
* Don't start in sentinel mode if only the folder name contains redis-sentinel ...Wang Yuan2021-07-011-4/+5
* Fix range issues in default value of LIMIT argument to XADD and XTRIM (#9147)ZhaolongLi2021-06-301-3/+7
* redis-cli --rdb: fix broken fsync/ftruncate for stdout (#9135)Mikhail Fesenko2021-06-301-3/+5
* Fix ziplist length updates on bigendian platforms (#2080)Rob Snyder2021-06-301-1/+1
* Make redis-cli --help/-h output to stdout and exit with 0. (#9124)Huang Zhw2021-06-301-11/+12
* Add missing pause tcl test to test_helper.tcl (#9158)Binbin2021-06-302-55/+24
* HSETNX can lead coding type change even when skipped due to NX (#4615)luvine2021-06-301-1/+1
* Fix timing issue in psync2 test. (#9159)Binbin2021-06-301-0/+31
* Simplify logic in raxSeek, eliminate it->key reassembly on gt and lt (#9115)ZhaolongLi2021-06-301-24/+2
* Add missing needs:repl tag. (#9169)Yossi Gottlieb2021-06-291-1/+1
* fix ZRANGESTORE - should return 0 when src points to an empty key (#9089)Leibale Eidelman2021-06-292-1/+19
* Improve doc comment about AE_DONT_WAIT (#9165)Tsonglew2021-06-291-2/+2
* Include sizeof(struct stream) in objectComputeSize (#9164)guybe72021-06-291-1/+1