summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix LRU blue moon bug in RESTORE, RDB loading, module API (#9279)Oran Agra2021-07-291-6/+6
* Add INFO stat total_eviction_exceeded_time and current_eviction_exceeded_time...Huang Zhw2021-07-263-5/+31
* 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-212-17/+17
* Fix ACL category for SELECT, WAIT, ROLE, LASTSAVE, READONLY, READWRITE, ASKIN...Oran Agra2021-07-202-7/+8
* 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
* Update Lua debugging help message commands for consistency. (#2946)Paul Kulchenko2021-07-181-5/+5
* SMOVE only notify dstset when the addition is successful. (#9244)Binbin2021-07-171-1/+1
* 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-143-16/+27
* 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-113-3/+30
* 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
* 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-071-2/+3
* 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
* 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-052-4/+4
* 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
* Update incrDecrCommand to use addReplyLongLong (#9188)Madelyn Olson2021-07-033-5/+2
* Fix CLIENT UNBLOCK crashing modules. (#9167)Yossi Gottlieb2021-07-013-3/+21
* 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
* HSETNX can lead coding type change even when skipped due to NX (#4615)luvine2021-06-301-1/+1
* Simplify logic in raxSeek, eliminate it->key reassembly on gt and lt (#9115)ZhaolongLi2021-06-301-24/+2
* fix ZRANGESTORE - should return 0 when src points to an empty key (#9089)Leibale Eidelman2021-06-291-1/+6
* 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
* ZRANDMEMBER WITHSCORES with negative COUNT may return bad score (#9162)Binbin2021-06-291-1/+1
* Remove unnecessary replication backlog memory copy (#9157)Wang Yuan2021-06-281-1/+1
* Corrections about the new protected-mode usage. (#9143)Yossi Gottlieb2021-06-271-4/+3
* Add bind-source-addr configuration argument. (#9142)Yossi Gottlieb2021-06-246-7/+7
* Clean redis-benchmark Throughput output. (#9139)Huang Zhw2021-06-241-0/+1
* change streamAppendItem to use raxEOF instead of raxNext (#9138)ZhaolongLi2021-06-241-2/+2