- 10 Oct, 2019 3 commits
-
-
Salvatore Sanfilippo authored
resolve typo in test module
-
antirez authored
-
antirez authored
This is what happened: 1. Instance starts, is a slave in the cluster configuration, but actually server.masterhost is not set, so technically the instance is acting like a master. 2. loadDataFromDisk() calls replicationCacheMasterUsingMyself() even if the instance is a master, in the case it is logically a slave and the cluster is enabled. So now we have a cached master even if the instance is practically configured as a master (from the POV of server.masterhost value and so forth). 3. clusterCron() sees that the instance requires to replicate from its master, because logically it is a slave, so it calls replicationSetMaster() that will in turn call replicationCacheMasterUsingMyself(): before this commit, this call would overwrite the old cached master, creating a memory leak.
-
- 09 Oct, 2019 1 commit
-
-
Daniel Dai authored
-
- 08 Oct, 2019 3 commits
-
-
Salvatore Sanfilippo authored
stream.h: fix typo
-
Salvatore Sanfilippo authored
fix issues found by a static analyzer
-
antirez authored
This does not limit the actual precision, because the last digit bits were garbage, and the shift value became even negative in the last iteration.
-
- 07 Oct, 2019 7 commits
-
-
Jamison Judge authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
Oran Agra authored
cluster.c - stack buffer memory alignment The pointer 'buf' is cast to a more strictly aligned pointer type evict.c - lazyfree_lazy_eviction, lazyfree_lazy_eviction always called defrag.c - bug in dead code server.c - casting was missing parenthesis rax.c - indentation / newline suggested an 'else if' was intended
-
- 04 Oct, 2019 7 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
On LUA script timeout, print the script SHA to the log
-
Salvatore Sanfilippo authored
fix error handling on config parsing of repl-diskless-load
-
antirez authored
-
antirez authored
-
- 03 Oct, 2019 5 commits
- 02 Oct, 2019 4 commits
- 01 Oct, 2019 4 commits
-
-
antirez authored
-
Salvatore Sanfilippo authored
Extend modules API to allow modules report to redis INFO
-
antirez authored
This commit fixes #6417.
-
antirez authored
-
- 30 Sep, 2019 6 commits
-
-
Oran Agra authored
sdscatfmt is faster
-
Oran Agra authored
-
antirez authored
-
antirez authored
Related to PR #6405
-
Madelyn Olson authored
-
Salvatore Sanfilippo authored
Added cluster host and protected mode variables to the create cluster script.
-