summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjustments to recent RM_StringTruncate fix (#3718) (#9125)Oran Agra2021-06-223-33/+46
* Improve bind and protected-mode config handling. (#9034)Yossi Gottlieb2021-06-225-14/+36
* modules: Add newlen == 0 handling to RM_StringTruncate (#3717) (#3718)Evan2021-06-223-468/+18
* Remove extra semicolon (#9117)Binbin2021-06-212-3/+3
* add tilt mode since in sentinel info (#9000)Wen Hui2021-06-221-0/+2
* Fix race in client side tracking (#9116)Oran Agra2021-06-221-1/+1
* Check cluster_enabled in readwriteCommand just like readonlyCommand. (#9015)Binbin2021-06-211-0/+4
* redis-cli: support for REDIS_REPLY_SET in CSV and RAW output. (#7338)Maxim Galushka2021-06-211-0/+2
* Make CONFIG GET OOM-score-adj-values case insensitive. (#9114)Binbin2021-06-201-1/+1
* chdir to dir before fopen logfile in loadServerConfigFromString() (#6741)SUN2021-06-201-13/+14
* Improve the debug help command message (#9098)Binbin2021-06-201-7/+9
* Use loaderr label to handle error. (#9111)Binbin2021-06-201-3/+3
* Use exitFromChild to exit from child process in linuxMadvFreeForkBugCheck (#9...gourav2021-06-171-1/+1
* Make readQueryFromClient more aggressive when reading big arg again (Followup...sundb2021-06-171-1/+1
* Improve objectComputeSize() with allocator fragmentaiton. (#9095)DarrenJiang132021-06-171-8/+7
* Support glob pattern matching for config include files (#8980)Sam Bortman2021-06-161-8/+49
* Remove gopher protocol support. (#9057)yoav-steinberg2021-06-165-114/+1
* Enhance mem_usage/free_effort/unlink/copy callbacks and add GetDbFromIO api. ...chenyang80942021-06-1614-91/+270
* Change return value type for ZPOPMAX/MIN in RESP3 (#8981)Jason Elbaum2021-06-161-4/+15
* Cleaning up the cluster interface by moving almost all related declar… (#9080)Uri Shachar2021-06-159-52/+37
* Fix the wrong reisze of querybuf (#9003)sundb2021-06-155-13/+47
* Check `CLIENT_DIRTY_CAS` flag before process transaction. (#9086)Binbin2021-06-151-1/+1
* presize hashtable to avoid rehashing when hashTypeConvertZiplist() (#8943)DarrenJiang132021-06-151-0/+3
* Fix XINFO help for unexpected options. (#9075)Binbin2021-06-151-0/+5
* Fix coredump after Client Unpause command when threaded I/O is enabled (#9041)yvette9032021-06-151-1/+2
* slowlog get command supports passing in -1 to get all logs. (#9018)Binbin2021-06-141-5/+14
* Simplify a redundant condition in computeDefragCycles (#9076)ZhaolongLi2021-06-141-3/+1
* Remove dead code in defrag.c (ziplist encoded list) (#9074)ZhaolongLi2021-06-141-3/+0
* cleanup around loadAppendOnlyFile (#9012)YaacovHazan2021-06-144-35/+56
* msetnx reply error (#9061)fishsalter2021-06-131-1/+2
* Fix accidental deletion of sinterstore command when we meet wrong type error....Binbin2021-06-131-13/+29
* Remove duplicate dbid lookup in performEvictions. (#9063)Binbin2021-06-131-2/+2
* Fix flaky test case for absolute TTL replication (#9069)ny03122021-06-131-1/+1
* Delete an unnecessary function declaration (#9065)ZhaolongLi2021-06-101-1/+0
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-1048-224/+225
* Mem efficiency, make full use of client struct memory for reply buffers (#8968)Wang Yuan2021-06-084-31/+44
* Verbose log enhancement: print client info when client exit (#9053)Yang Bodong2021-06-081-1/+5
* Module API for current command name (#8792)guybe72021-06-082-0/+11
* Make redis-cli grep friendly in pubsub mode (#9013)ikeberlein2021-06-081-0/+1
* Fix some minor bugs in redis-cli (#8982)Huang Zhw2021-06-081-23/+18
* Add support for combining NX and GET flags on SET command (#8906)Fabian Eichinger2021-06-071-7/+9
* Fix XTRIM or XADD with LIMIT may delete more entries than Count. (#9048)Huang Zhw2021-06-071-4/+4
* comment typo: form -> from (#8921)Jeremy Kun2021-06-071-1/+1
* Fix typo in comment of flushAppendOnlyFile (#9051)ZhaolongLi2021-06-071-1/+1
* XTRIM call streamParseAddOrTrimArgsOrReply use wrong arg xadd. (#9047)Huang Zhw2021-06-061-1/+1
* Add missing zuiClearIterator in zrandmemberWithCountCommand. (#8979)Binbin2021-06-061-0/+3
* Fix SENTINEL SET to require arguments (#9037)Wen Hui2021-06-041-1/+1