- 16 Mar, 2020 5 commits
-
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
Threaded IO: bugfix client kill may crash redis
-
Salvatore Sanfilippo authored
Threaded IO: handle pending reads clients ASAP after event loop
-
zhaozhao.zz authored
-
- 15 Mar, 2020 4 commits
-
-
zhaozhao.zz authored
-
antirez authored
-
Salvatore Sanfilippo authored
Threaded IO: bugfix #6988 process events while blocked
-
zhaozhao.zz authored
-
- 13 Mar, 2020 7 commits
-
-
antirez authored
-
Salvatore Sanfilippo authored
Fix module unregister used api
-
Salvatore Sanfilippo authored
string literal should be const char*
-
Salvatore Sanfilippo authored
Adds keyspace notifications to migrate and restore
-
Salvatore Sanfilippo authored
Remove duplicate obj files in Makefile
-
Salvatore Sanfilippo authored
Fix bug of tcl test using external server
-
Salvatore Sanfilippo authored
fix comments in latency.c
-
- 12 Mar, 2020 5 commits
-
-
antirez authored
-
fengpf authored
-
antirez authored
-
antirez authored
See #6964. The root cause is that the event loop may be resized from an event callback itself, causing the event pointer to be invalid.
-
bodong.ybd authored
-
- 11 Mar, 2020 2 commits
-
-
Itamar Haber authored
-
bodong.ybd authored
-
- 10 Mar, 2020 2 commits
-
-
Salvatore Sanfilippo authored
add askpass mode
-
Salvatore Sanfilippo authored
Update Redis.conf to improve TLS usability
-
- 09 Mar, 2020 1 commit
-
-
Jamie Scott authored
Removing the default guidance in Redis.conf since this is not an available value.
-
- 07 Mar, 2020 1 commit
-
-
guodongxiaren authored
-
- 06 Mar, 2020 1 commit
-
-
Salvatore Sanfilippo authored
Signal systemd readiness atfer Partial Resync
-
- 05 Mar, 2020 5 commits
-
-
Salvatore Sanfilippo authored
fix for flaky psync2 test
-
Oran Agra authored
*** [err]: PSYNC2: total sum of full synchronizations is exactly 4 in tests/integration/psync2.tcl Expected 5 == 4 (context: type eval line 6 cmd {assert {$sum == 4}} proc ::test) issue was that sometime the test got an unexpected full sync since it tried to switch to the replica before it was in sync with it's master.
-
lifubang authored
Signed-off-by:
lifubang <lifubang@acmcoder.com>
-
lifubang authored
update linenoise to https://github.com/antirez/linenoise/tree/fc9667a81d43911a6690fb1e68c16e6e3bb8df05 Signed-off-by:
lifubang <lifubang@acmcoder.com>
-
antirez authored
-
- 04 Mar, 2020 6 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
Jamie Scott authored
When using TLS with a Redis.conf file the line for TLS reading tls-cert-file redis.crt tls-key-file redis.key is interpreted as one complete directive. I am separating this on two separate lines to improve usability so users do not get the below error. ubuntu@ip-172-31-29-250:~/redis-6.0-rc1$ ./src/redis-server redis.conf *** FATAL CONFIG FILE ERROR *** Reading the configuration file, at line 145 >>> 'tls-cert-file redis.crt tls-key-file redis.key' wrong number of arguments ubuntu@ip-172-31-29-250:~/redis-6.0-rc1$ vi redis.conf ubuntu@ip-172-31-29-250:~/redis-6.0-rc1$ ./src/redis-server redis.conf 23085:C 04 Mar 2020 01:58:12.631 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 23085:C 04 Mar 2020 01:58:12.631 # Redis version=5.9.101, bits=64, commit=00000000, modified=0, pid=23085, just started 23085:C 04 Mar 2020 01:58:12.631 # Configuration loaded 23085:M 04 Mar 2020 01:58:12.632 * Increased maximum number of open files to 10032 (it was originally set to 1024).
-
- 03 Mar, 2020 1 commit
-
-
antirez authored
-