summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-1064-305/+318
* Fix RESP3 response for HKEYS/HVALS on non-existing key (#7781)Oran Agra2020-09-101-1/+3
* RM_ThreadSafeContextTryLock a non-blocking method for acquiring GIL (#7738)Roi Lipman2020-09-093-0/+25
* Tests: validate CONFIG REWRITE for all params. (#7764)Yossi Gottlieb2020-09-095-6/+19
* Change THP warning to use madvise rather than never (#7771)Oran Agra2020-09-091-1/+1
* Fix comments of _quicklistSplitNode function. (#4341)天河2020-09-091-8/+8
* Fix default/explicit "save" parameter loading. (#7767)Yossi Gottlieb2020-09-091-0/+9
* Documents RM_Call's fmt (#5448)Itamar Haber2020-09-091-0/+25
* Check that THP is not set to always (madvise is ok) (#4001)Jan-Erik Rediger2020-09-091-1/+1
* Allow exec with read commands on readonly replica in cluster (#7766)Eran Liberty2020-09-091-1/+3
* Fix CONFIG REWRITE of oom-score-adj-values. (#7761)Yossi Gottlieb2020-09-081-1/+2
* if diskless repl child is killed, make sure to reap the pid (#7742)Oran Agra2020-09-064-39/+51
* redis-cli: fix writeConn() buffer handling. (#7749)Yossi Gottlieb2020-09-031-6/+37
* Run active defrag while blocked / loading (#7726)Oran Agra2020-09-038-19/+82
* Fix error message for the DEBUG ZIPLIST command (#7745)Pierre Jambet2020-09-021-1/+1
* Print server startup messages after daemonization (#7743)Oran Agra2020-09-021-4/+4
* Add masters/replicas options to redis-cli --cluster call command (#6491)Thandayuthapani2020-09-021-2/+13
* Fix double-make issue with make && make install. (#7734)Yossi Gottlieb2020-09-011-0/+2
* Optimize __ziplistCascadeUpdate algorithm (#6886)maohuazhu2020-08-281-47/+202
* Use H/W Monotonic clock and updates to AE (#7644)Jim Brunner2020-08-287-90/+267
* Fix rejectCommand trims newline in shared error objects, hung clients (#7714)Oran Agra2020-08-274-23/+42
* Update memory metrics for INFO during loading (#7690)Oran Agra2020-08-276-36/+62
* EXEC with only read commands should not be rejected when OOM (#7696)valentinogeron2020-08-271-8/+13
* Extended redis-benchmark instant metrics and overall latency report (#7600)filipe oliveira2020-08-252-56/+116
* Expands lazyfree's effort estimate to include Streams (#5794)Itamar Haber2020-08-251-0/+24
* Fix wrong format specifiers of 'sdscatfmt' for the INFO command (#7706)Wang Yuan2020-08-241-1/+1
* Fix data race in bugReportStart (#7700)Wang Yuan2020-08-241-1/+4
* Assert that setDeferredAggregateLen isn't called with negative valueValentino Geron2020-08-231-0/+1
* Fix LPOS command when RANK is greater than matchesValentino Geron2020-08-231-2/+3
* fix make warnings (#7692)Wen Hui2020-08-211-3/+4
* use dictSlots for getting total slots number in dict (#7691)Wen Hui2020-08-211-3/+1
* RedisModuleEvent_LoadingProgress always at 100% progress (#7685)huangzhw2020-08-201-2/+2
* Modules: Invalidate saved_oparray after use (#7688)guybe72020-08-201-0/+2
* Fix flock cluster config may cause failure to restart after kill -9 (#7674)杨博东2020-08-203-2/+22
* Update clusterMsgDataPublish to clusterMsgModule (#7682)Raghav Muddur2020-08-191-1/+1
* Fixed hset error since it's shared with hmset (#7678)Madelyn Olson2020-08-191-1/+1
* Add comments on 'slave.repldboff' when use diskless replication (#7679)Wang Yuan2020-08-191-0/+2
* PERSIST should signalModifiedKey (Like EXPIRE does) (#7671)guybe72020-08-181-0/+1
* OOM Crash log include size of allocation attempt. (#7670)Oran Agra2020-08-181-1/+2
* edit auth failed message (#7648)Wen Hui2020-08-182-2/+2
* [module] using predefined REDISMODULE_NO_EXPIRE in RM_GetExpire (#7669)Wen Hui2020-08-181-1/+2
* Trim trailing spaces in error replies coming from rejectCommand (#7668)Oran Agra2020-08-181-1/+5
* Module API: fix missing RM_CLIENTINFO_FLAG_SSL. (#7666)Yossi Gottlieb2020-08-174-1/+25
* TLS: relax verification on CONFIG SET. (#7665)Yossi Gottlieb2020-08-171-1/+4
* Use Hiredis' sdscompat.h to map sds* calls to hi_sds*michael-grunder2020-08-152-0/+2
* Annotate module API functions in redismodule.h for use with -fno-common (#6900)Nathan Scott2020-08-141-241/+265
* wait command optimization (#7333)caozb2020-08-131-3/+3
* Set the initial seed for random() (#5679)RemRain2020-08-121-0/+1
* Add oom-score-adj configuration option to control Linux OOM killer. (#1690)Yossi Gottlieb2020-08-125-0/+198
* fix misleading typo hasActiveChildProcess doc comment (#7588)HarveyLiu2020-08-122-2/+2