Redis Sentinel can not failover,Version 3.0.7

After the sentinel sent the slave no one,the new master without return info until the end of failover timeout。43374:X 14...

Redis Client tracking pushes null invalidate upon flush

Flushing a Redis appears to create an "invalidate" message containing a null byte. Is this intentional? If so, it's undo...

Redis Enable GitHub Actions

A GitHub Actions workflow was added to with https://github.com/antirez/redis/commit/0381f14accb4dda6372a3bce34aafbc7e38b...

Redis redis server crashed after creating 100 acl users on redis 6.0 RC2

on fresh redis server running redis 6.0 rc2I run those commands few times:root@ip-172-31-27-85:~# for i in {1..100} ; do...

Redis (tls) thread callbacks required with old version of OpenSSL (<1.1), a threa

See HIREDIS_USE_CRYPTO_LOCKS in hiredis, I think the code from there could be brought over tls.c, in initTLS./** * OpenS...

Redis Redis 6.0.5 SSL routines:ssl_get_prev_session:session id context uninitialized

Im using redis cluster and monitor master via haproxy. haproxy conffrontend ft_redis bind 127.0.0.1:16379 mode tcp...

Redis Redis returns number in Scientific notation after cjson.decode lua processing

I store json in Redis, and process it with help lua scripts. I detect, that redis returns big numbers in Scientific nota...

Redis Is the bottleneck of redis pure kv scene cpu? What is the main CPU consumption?

Redis 6.0 introduced the IO thread to solve the problem that the original worker thread is also responsible for reading ...

Redis Redis 5.0.5 make fails

OS: Ubuntu 19.04Kernel: 5.0.0-20-genericMake fails with following error:sentinel.c:2029:18: warning: assignment to ‘int ...

Redis does redis-stream support binary data

After reading the protocol: https://redis.io/topics/protocol , it shows redis-stream support for binary data is possible...

Redis redisson-netty thread lock

Hi,We have setup Redis cluster and populated key/values. Some Keys contain more than 2M fields. When we call getAll of R...

Redis how to replace master which has no replica

I have a redis cluster with 3 master nodes: A, B, C.when node B lost,how can i add a new node D which should take over ...

Redis Client Verify fails because Redis does not read the full certificate file.

I am attempting to use redis-server 6.0.3 with TLS built for my project. I attempted to use my LetsEncrypt fullchain.pem...

Redis redis 4 creash

=== REDIS BUG REPORT START: Cut &amp; paste starting from here ===23961:S 24 Jun 04:30:56.348 # Redis 4.0.12 crashed by ...

Redis hincrby and hget returning True instead of actual value in Redis (python)

For performance improvements, I have used the Redis pipeline instead of single insertions. Please find the code snippet ...

Redis PhpRedis (v4.2.0) Not Connected | Wordpress

Hi, I have searched here and searched wide and also talked to the web host where I have my reseller account about why I ...

Redis Stats per prefix

I would like to know the best practice in terms of stats for Redis. I would like to know what are the stats, but per pr...

Redis swap configuration

Redis administration link(https://redis.io/topics/virtual-memory) recommends configuring swap. "Make sure to setup some ...

Redis sorted set support extra data ?

sorted set data structure such as:key: mem1 score1 data1 mem2 score2 data2but not:key: mem1 score1 mem2 score2 Comment F...

Redis Backup and restore from redis cluster

How do I backup and restore from redis-cluster?Comment From: itamarhaberHello @chetandev The cluster is made up of nodes...
上一页 下一页
.