- 23 Mar, 2020 1 commit
-
-
hwware authored
-
- 18 Mar, 2020 6 commits
-
-
Salvatore Sanfilippo authored
Support Redis Cluster Proxy PROXY INFO command
-
Salvatore Sanfilippo authored
Update redis.conf
-
Salvatore Sanfilippo authored
Fix data inconsistency
-
WuYunlong authored
Before this commit, when upgrading a replica, expired keys will not be loaded, thus causing replica having less keys in db. To this point, master and replica's keys is logically consistent. However, before the keys in master and replica are physically consistent, that is, they have the same dbsize, if master got a problem and the replica got promoted and becomes new master of that partition, and master updates a key which does not exist on master, but physically exists on the old master(new replica), the old master would refuse to update the key, thus causing master and replica data inconsistent. How could this happen? That's all because of the wrong judgement of roles while starting up the server. We can not use server.masterhost to judge if the server is master or replica, since it fails in cluster mode. When we start the server, we load rdb and do want to load expired keys, and do not want to have the ability to active expire keys, if it is a replica.
-
WuYunlong authored
-
박승현 authored
-
- 16 Mar, 2020 9 commits
-
-
antirez authored
-
antirez authored
Note that this as a side effect fixes Sentinel "requirepass" mode.
-
artix authored
-
antirez authored
-
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 1 commit
-
-
Salvatore Sanfilippo authored
fix for flaky psync2 test
-