-
Hello,
is it possible to compile/run Redis on cygwin ?
I'm on Win7 64 bits.
I tried to launch make command but it fails with both Redis versions 3.0.7 & 3.2.4 :
Error for 3.2.4:
_LINK redis-serv…
ghost updated
4 years ago
-
Encountering the following error logs while executing 'make test'
```
Testing modules/commandfilter
[ok]: HyperLogLog sparse encoding stress test
[ok]: Corrupted sparse HyperLogLogs are detected: …
-
## 概述
[Redis 官网](https://redis.io/),[官网文档](https://redis.io/docs/)。[Redis Release](https://github.com/redis/redis/releases)。
## 当前最新版本
## Redis 7 【2022-04-27】
经历接近一年的开发、三个候选版本,Redis 7.0终于正式发布,…
-
redis-5.0.12
---------------
slave
-------
used_memory:11674502872
used_memory_human:10.87G
used_memory_rss:11916976128
used_memory_rss_human:11.10G
used_memory_peak:11674565992
used_memory_p…
-
We needed to manually failover the Redis master to upgrade the host hardware. We wan `SENTINEL FAILVOVER ` to trigger the failover, and expected the slaves to reconfigure to the new master and perform…
-
考虑支持断点续传功能,由于4.0及以上版本推出的psync2,支持主备切换时候维持master的replid信息,同步replid(4.0以下称runid)+offset信息可以实现断点续传的目的。
当redis-shake断开连接,重新连接后,可以根据这2个信息进行重新拉取,主备切换也能支持。
psync2参考redis主从同步,replication.c/masterTryPartialR…
-
When we reuse a connection to send multiple commands, we still emit logs like this:
```
$ redis-cli SET a b
$ redis-cli SET b c
```
This can be misleading, giving the impression that these c…
-
**ENV**
- OS: Ubuntu 20.04.2 LTS
- Docker version: Docker version 20.10.6, build 370c289
- docker-compose version: docker-compose version 1.29.1, build c34c88b2
**Problem**
I've cloned the repo…
-
Linux Version: CentOS Linux release 7.9.2009 (AltArch) - ppc64
Redis Version: 5.0.9
Jemalloc Version: 5.2.1
gcc Version: 4.8.5 20150623 (Red Hat 4.8.5-44)
Executed Command: make test & ./runtest -…
-
# Support getting the raw Redis command
### Description
- I'm developing a **Redis Real-time Backup** using `PSYNC`. Simply like this:
![image](https://github.com/leonchen83/redis-replicator/asse…