summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update README.md with instructions how to build with systemd support (#7730)Leoš Literák2020-08-311-0/+5
* Fix oom-score-adj on older distros. (#7724)Yossi Gottlieb2020-08-301-2/+2
* Optimize __ziplistCascadeUpdate algorithm (#6886)maohuazhu2020-08-281-47/+202
* Use H/W Monotonic clock and updates to AE (#7644)Jim Brunner2020-08-288-90/+279
* 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-272-8/+51
* Add test coverage for CLIENT UNBLOCK (#7712)Oran Agra2020-08-271-1/+52
* Extended redis-benchmark instant metrics and overall latency report (#7600)filipe oliveira2020-08-2510-56/+2125
* 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
* Add language servers stuff, test/tls to gitignore. (#7698)Yossi Gottlieb2020-08-241-0/+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-232-2/+9
* Tests: fix redis-cli with remote hosts. (#7693)Yossi Gottlieb2020-08-233-5/+5
* 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-204-7/+31
* 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-176-1/+82
* TLS: relax verification on CONFIG SET. (#7665)Yossi Gottlieb2020-08-172-7/+24
* Merge pull request #7661 from michael-grunder/hiredis-unique-sds-symbolsOran Agra2020-08-1613-627/+723
|\
| * Use Hiredis' sdscompat.h to map sds* calls to hi_sds*michael-grunder2020-08-152-0/+2
| * Merge commit 'bffbbeaa9a1a6b8e81384297272cb0631502e8fd' into hiredis-unique-s...michael-grunder2020-08-1511-627/+721
| |\ |/ /
| * Squashed 'deps/hiredis/' changes from d5b4c69b7..00272d669michael-grunder2020-08-1511-627/+721
* | 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-128-0/+306
* | fix misleading typo hasActiveChildProcess doc comment (#7588)HarveyLiu2020-08-122-2/+2
* | Fixed timer warning (#5953)Madelyn Olson2020-08-121-1/+1
* | Replace usage of wrongtypeerr with helper (#7633)Madelyn Olson2020-08-119-64/+38
* | Test:Fix invalid cases in hash.tcl and dump.tcl (#4611)Mota2020-08-122-5/+5
* | Adds redis-cli and redis-benchmark dependencies for `make test` targetMota2020-08-111-2/+2
* | allow --pattern to be used along with --bigkeys (#3586)Wagner Francisco Mezaroba2020-08-111-2/+9
* | Merge pull request #6777 from pponnuvel/typos_in_readmeItamar Haber2020-08-111-2/+2
|\ \
| * | Fix typos in README.mdPonnuvel Palaniyappan2020-01-141-2/+2
* | | redis-benchmark: fix wrong random key for hset (#4895)zhaozhao.zz2020-08-111-1/+1
* | | Merge pull request #7618 from ShooterIT/benchmark-zsetItamar Haber2020-08-111-1/+17
|\ \ \
| * | | [Redis-benchmark] Remove zrem test, add zpopmin testShooterIT2020-08-081-5/+5