Redis [BUG] Handling of known Sentinel Instances

Hi there,I was hoping for some clarification around how sentinel handles known sentinel instances. (Version 6.2.1)The do...

Redis [BUG] bgrewriteaof command result in lua script loss

Describe the buglua script will not persist in aof file when aof-use-rdb-preamble is set as no, and then execute bgrewr...

Redis Redis 5.0.3 crashed by signal: 11

Aug 27 15:59:12 redis-cluster-b-100fef redis-server[23991]: 23991:S 27 Aug 2020 15:59:12.376 # Redis 5.0.3 crashed by si...

Redis Can u please create Windows version of redis :(

Comment From: oranagraObviously, with a quick search you could have found the many past issues and discussions on the su...

Redis After upgrade, Unix Socket reject connections

Describe the bugSince Redis got upgraded to Redis 6.2.5, it stopped allowing existing connections using any of the previ...

Redis [BUG] Regression in WRONGTYPE handling after deletion handling improvements

Describe the bugThere is a recent regression where WRONGTYPE is returned when it should not.To reproduce$ sudo apt insta...

Redis [QUESTION]About executing unwatch in a multi block

We allow execution of unwatch commands in a transaction blocks. /* Exec the command */ if (c->flags & CLIEN...

Redis [QUESTION] 0 keys but 9GB consumed

Hi, We use ElastiCache from AWS with redis_version:4.0.10. We can see this stats which do not seem to make sense (0 keys...

Redis Upgraded Jemalloc causes hang on Debian 8

This is a weird one.After upgrading to 3.2.7 redis just hangs using up all the CPU on one core, nothing is output to the...

Redis SkipList zslGetRank clearification

The code of _unsigned long zslGetRank(zskiplist zsl, double score, robj o) _ can be found in t_zset.cunsigned long zslGe...

Redis PSYNC3: next improvements to Redis replication

This issue is called PSYNC3 because, as PSYNC2 identified a set of different replication improvements, the ones describe...

Redis redis aof rewrite makes redis unavailable for about 25 seconds

we have two redis nodes as master-slavethe memory usage is about 15gaof rewrite will emit about everyday and it will las...

Redis [BUG] Segmentation fault error on importing data from old cluster

I have 3 existing Redis v4.0.2 nodes sharded by application (IBM Infosphere Streams DPS Toolkit). Now I have created a n...

Redis Pleaes update Quickstart Tutorial with more hints on installing on Red Hat Linux

The tutorial at https://redis.io/topics/quickstart says to run this command:sudo update-rc.d redis_6379 defaultsThe upda...

Redis [BUG] expireGenericCommand overflow time and The key is deleted by mistake

Describe the bugIn expireGenericCommand, if input time for expire causes to overflow on "when" variable , so we have a ...

Redis Redis not setting a key for a large ttl number

I am learning about TTL and trying some examples. But when I set a specific large number the key is not created (or at l...

Redis when i edit the redis.conf, then i can't restart redis again, who can help me?

Job for redis-server.service failed because a configured resource limit was exceeded. See "systemctl status redis-server...

Redis [BUG] Scan type returning syntax error

Describe the bugWhen running SCAN 0 works fine, when adding a count or match it works fine, keep getting (error) ERR syn...

Redis Endless loop if Permission denied

If "redis-server" is started and killed (Ctrl+C), redis tries to create a dump file.If the redis server does not have pe...

Redis [QUESTION]memory usage command implementation

I'm learning the data structure of redis. When I use command [memory usage xxx] to analyse memory usage of a key, I foun...
上一页 下一页
.