-
-
Redis from SynoCommunity is on version 3.0.5-5
Redis 4.0:
Redis 4.0 was released as GA in July 2017. Contains several big improvements: a modules system, much better replication (PSYNC2), improv…
-
Command Make test gives an error:
[exception]: Executing test client: couldn't execute "src/redis-benchmark": no such file or directory.
couldn't execute "src/redis-benchmark": no such file or dire…
-
PSYNC partial resynchronization is not working if RediSearch is loaded.
Using the `aof-fixes` branch of RediSearch.
**Symptoms**:
```lua
root@srv-flux-dev-01:/var/lib/redis/15213# tail -f /var…
-
Here's an issue i'm unable to figure out. maybe someone can help...
A slave redis (4.0.9) stopped responding, and ate 100% CPU for some half an hour.
```
~# time redis-cli info all
Could n…
-
Hi:
Thanks to the new PSYNC2 feature for replication, it improves performance a lot, but, still, there is a bug which has been already located.
In Redis 4.x, by using a pair of replication-id/re…
-
# Data inconsistency between master and slave
## case 1: slave may have more data than master
Say we have a master, marked as A, and a RDB file generated by A (no matter it was generated by BGSA…
-
Hi all, I have two questions here, mainly about potential data inconsistency, and an unexpected FULL SYNC, which I cannot fully understand why. Please note that this is based on redis 4.0.2.
### Un…
-
Before releasing 4.0-final, there is to understand the implications of PSYNC2 with writable salves. Basically writes on slaves should not propagate on-sub slaves, so that the sub-slaves only get the w…
-
Following the installation instructions on Mac OS X (El Capitan) using the homebrew version of Python, failed to find boost (even after doing `brew install boost`). The issue was that boost had alread…