summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 6.0.86.0.8Oran Agra2020-09-103-2/+150
* Fix RESP3 response for HKEYS/HVALS on non-existing keyOran Agra2020-09-101-1/+3
* Fix leak in new blockedclient module API testOran Agra2020-09-101-0/+3
* Tests: fix oom-score-adj false positives. (#7772)Yossi Gottlieb2020-09-101-1/+1
* Tests: Add aclfile load and save tests (#7765)杨博东2020-09-102-0/+41
* RM_ThreadSafeContextTryLock a non-blocking method for acquiring GIL (#7738)Roi Lipman2020-09-107-1/+122
* Tests: validate CONFIG REWRITE for all params. (#7764)Yossi Gottlieb2020-09-106-6/+43
* Change THP warning to use madvise rather than never (#7771)Oran Agra2020-09-101-1/+1
* Documents RM_Call's fmt (#5448)Itamar Haber2020-09-101-0/+25
* Check that THP is not set to always (madvise is ok) (#4001)Jan-Erik Rediger2020-09-101-1/+1
* Tests: clean up stale .cli files. (#7768)Yossi Gottlieb2020-09-101-0/+2
* Allow exec with read commands on readonly replica in cluster (#7766)Eran Liberty2020-09-103-3/+59
* Fix CONFIG REWRITE of oom-score-adj-values. (#7761)Yossi Gottlieb2020-09-101-1/+2
* handle cur_test for nested testsOran Agra2020-09-101-0/+3
* Add daily CI for MacOS (#7759)Oran Agra2020-09-101-0/+18
* Tests: Some fixes for macOSbodong.ybd2020-09-103-11/+26
* Fix cluster consistency-check test (#7754)Oran Agra2020-09-101-29/+55
* Tests: fix unmonitored servers. (#7756)Yossi Gottlieb2020-09-101-0/+5
* fix broken cluster/sentinel tests by recent commit (#7752)Oran Agra2020-09-101-1/+1
* Improve valgrind support for cluster tests (#7725)Oran Agra2020-09-103-23/+83
* test infra - add durable mode to work around test suite crashingOran Agra2020-09-103-3/+35
* test infra - wait_done_loadingOran Agra2020-09-102-36/+16
* test infra - flushall between tests in external modeOran Agra2020-09-101-0/+1
* test infra - improve test skipping abilityOran Agra2020-09-103-36/+91
* test infra - reduce disk space usageOran Agra2020-09-103-11/+33
* test infra - write test name to logfileOran Agra2020-09-103-0/+35
* redis-cli: fix writeConn() buffer handling. (#7749)Yossi Gottlieb2020-09-101-6/+37
* Print server startup messages after daemonization (#7743)Oran Agra2020-09-101-4/+4
* Add masters/replicas options to redis-cli --cluster call command (#6491)Thandayuthapani2020-09-101-2/+13
* fix README about BUILD_WITH_SYSTEMD usage (#7739)Oran Agra2020-09-101-1/+1
* Fix double-make issue with make && make install. (#7734)Yossi Gottlieb2020-09-101-0/+2
* Redis 6.0.76.0.7Oran Agra2020-09-012-1/+325
* Reduce the probability of failure when start redis in runtest-cluster #7554 (...Oran Agra2020-09-011-5/+23
* Backport Lua 5.2.2 stack overflow fix. (#7733)Yossi Gottlieb2020-09-011-1/+1
* Update README.md with instructions how to build with systemd support (#7730)Leoš Literák2020-09-011-0/+5
* Fix oom-score-adj on older distros. (#7724)Yossi Gottlieb2020-09-011-2/+2
* Fix wrong format specifiers of 'sdscatfmt' for the INFO command (#7706)Wang Yuan2020-09-011-1/+1
* fix make warnings (#7692)Wen Hui2020-09-011-3/+4
* Annotate module API functions in redismodule.h for use with -fno-common (#6900)Nathan Scott2020-09-011-241/+265
* Add oom-score-adj configuration option to control Linux OOM killer. (#1690)Yossi Gottlieb2020-09-018-1/+306
* see #7544, added RedisModule_HoldString api. (#7577)Meir Shpilraien (Spielrein)2020-09-014-8/+83
* [Redis-benchmark] Remove zrem test, add zpopmin testShooterIT2020-09-011-5/+5
* [Redis-benchmark] Support zset typeShooterIT2020-09-011-0/+16
* Show threading configuration in INFO output (#7446)Arun Ranganathan2020-09-013-14/+46
* This PR introduces a new loaded keyspace event (#7536)Meir Shpilraien (Spielrein)2020-09-018-4/+135
* Fix rejectCommand trims newline in shared error objects, hung clients (#7714)Oran Agra2020-09-014-23/+42
* EXEC with only read commands should not be rejected when OOM (#7696)valentinogeron2020-09-012-8/+51
* Expands lazyfree's effort estimate to include Streams (#5794)Itamar Haber2020-09-011-0/+24
* Add language servers stuff, test/tls to gitignore. (#7698)Yossi Gottlieb2020-09-011-0/+4
* Assert that setDeferredAggregateLen isn't called with negative valueValentino Geron2020-09-011-0/+1