Redis [QUESTION] Running redis-benchmark on a redis cluster got 'Error from xxx: MOVED xxx'

Hi, I am running this commandredis-benchmark -c 50 -n 10000 -h 127.0.0.1 -p 6380 --cluster -r 10000 SET {account}:__rand...

Redis [QUESTION] (error) ERR AUTH <password> called without any password configured for the default user.

➜ bin git:(stable) redis-cli -h 127.0.0.1 -p 6379127.0.0.1:6379&gt; auth your_secret_password(error) ERR AUTH called w...

Redis [NEW] Enhancing Clarity: Indicating Non-Existence of Members in ZSET Queries

The problem/use-case that the feature addressesI am currently utilizing Redis's GEO capabilities to handle location-base...

Redis [BUG] During failover sentinel picked replica up with less replication offset which caused full resync

Describe the bugRun SENTINEL failover &lt;master name&gt; in result it chose replica with lower offset.To reproduceIt is...

Redis [BUG] Redis Server Freeze

Describe the bugin some cases, redis server just become freeze and unresponsive, failed to connect to redis server at al...

Redis [NEW] Add a special mode where Redis ignores all TTLs

The problem/use-case that the feature addressesMostly to allow external tools to perform a consistency check between ser...

Redis [BUG] SUBSTR returns wrong result with start 0 and end less than start

Describe the bugSUBSTR returns an empty string when end is less than start. However, if start is 0, the first character ...

Redis [CRASH] Redis cluster.c:1946 crashed by signal 11, si_code: 1

We found a crash (segfault) in 7.0.11 in a 3-node cluster. Addr2line indicates that it happens at cluster.c:1946, where ...

Redis Redis connection is slow with localhost and very fast with localhost ip: 127.0.0.1

My codebase is in python. And this is how I access redis.import osimport redisfrom dotenv import load_dotenvload_dotenv(...

Redis [CRASH] <short description>

redis7+ (redis:7.4.0 \redis:7.2.5 )容器镜像无法正常启动以下是版本信息[root@localhost opt]# uname -aLinux localhost.localdomain 4.19...

Redis docker for windows and Failed trying to load the MASTER synchronization DB from disk

When I tried to use Master-Slaver mode in my playground, info replication always show "master_link_status:down". And the...

Redis [Redis Streams]: How to get acked/unacked messages stats in redis streams

Scenario:I have a Redis stream being read by multiple consumers in a consumer group. I need to get some sort of visibili...

Redis [BUG] Getting last item from stream with XREAD + special operator returns error

Describe the bugfrom the docs there is this command that reads last item from all streams&gt; XREAD STREAM streamA strea...

Redis How to store an empty set?

Lately, I discovered that Redis is by design not able to distinguish an empty set VS a missing set. I agree in some sit...

Redis Hyperloglog Bulk PFADD Issue

i recently started using the hyperloglog functionality of Redis and have run into a rather odd issue when adding entries...

Redis Redis Stack write back to Mongodb

Redis Stack write back to MongoSince Redis Gears is getting depreciated, Are we developing something to enable write bac...

Redis [BUG] Redis Stack cluster 7.2.5 replicas consume much more memory than the masters

Describe the bugHello!We've installed new Redis stack cluster and switched traffic to that cluster. Docker image redis/r...

Redis DARK MODE REQUEST ON REDIS.IO WEBSITE

The problem/use-case that the feature addressesplease provide dark mode in redis.io website it hurts my eyes and as a de...

Redis [BUG]"corrupted cluster config file" on redis 7.2.3 error when running redis cluster with mixed 7.0 and 7.2 nodes

Describe the bug"corrupted cluster config file" on redis 7.2 error when running redis cluster with mixed 7.0 and 7.2 nod...

Redis [BUG] Can't add a v7.2 node into v6.2 cluster

Hello all,We have a Redis v6 cluster with 27 nodes.We wanted to gradually upgrade the cluster to Redis v7.After creating...
上一页 下一页
.