Redis [QUESTION] Is it smart to use multiple Redis databases on different instances?

Hello! I am new to Redis. My question as the title says is is it smart to use multiple Redis databases on different inst...

Redis [BUG] Sentinels can't decide on a master and are stuck in loop

Describe the bugWhen a master get's deleted sentinels should choose a new one ,but in my situation they get stuck in a l...

Redis [BUG] Sentinel takes a longer than expected time to choose a new master

Describe the bugSentinel takes a longer than expected time to choose a new master To reproducehave a configuration of :1...

Redis CLIENT KILL Issue

Describe the bugI am running multiple users in ubuntu system. When I am trying to establish my client and server connect...

Redis [BUG] XREAD COMMAND - ONLY READS EPOCH TIME - 0

``Hi All, I have come across an interesting issue where I have two messages being written into the stream at the same mi...

Redis [NEW] Perform a GET without changing the idletime

First of all, let me say I love Redis! And I am really sorry if there is an obvious solution I missed.The problem/use-ca...

Redis How to effectively read data from a redis stream?

Hi all, I am pretty new in using redis streams, I am having issues in retrieving all the messages that being sent from o...

Redis very slow master-slave replication

I made replication like this master -> slave1-> slave2. Slave 1 is master to slave2. Master ->slave1 replicati...

Redis [CRASH] server.c:2442 'listLength(server.tracking_pending_keys) == 0' is not true

Hi!I added a standalone Redis instance to our Thanos setup to act as a query/index/bucket cache. The instance crashes al...

Redis [QUESTION] Can Redis cluster enable io-threads to improve performance?

I tried to open io-threads in Redis cluster, but it doesn't seem to have an influence on performanceI have read this iss...

Redis Increase radis hit ration

How can we decrease the keyspace_misses compare to keyspace_hits in redis ubuntu serve.How can we increase the healthy c...

Redis REQUEST: Redis keyspace Pub/Sub on FlushDB

According to the Redis documentation, it seems possible to subscribe to any change to any key in any database via Redis ...

Redis [CRASH] Docker redis crash

Hi,I'm using Redis docker container on Ubuntu 20.04, and since a few days, this one crashed.Since, each time I want to s...

Redis [Feature proposal] Extensible/Pluggable Compression in Redis

Hi,We would like to propose enabling Redis for a pluggable and modular compression for RDB instead of the current hard-c...

Redis Monotonic Clock Going Backwards

https://github.com/redis/redis/pull/7644 introduced Redis monotonic clock, a cross-platform unified clock source for Red...

Redis [QUESTION] is it possible to bind listening port after database is loaded ?

we run pretty big redis db, it takes some time to load it.during initial start I see the following client exceptionsPHP ...

Redis Data getting replicated to different databases

Hello everyonei am new here in redis.In my Master redis, i am seeing only db10Keyspacendb10:keys=468,expires=0,avg_ttl=0...

Redis [QUESTION] Why HLL_P is 14 in HyperLogLog?

Hi~I am wandering why HLL_P is 14 in HyperLogLog. I know that "The greater is P, the smaller the error". Buy why not use...

Redis Question about PFCOUNT

Hi @antirez , these codes below make me confused: /* Technically speaking PFCOUNT may change the key since it changes...

Redis [QUESTION] client-side-caching: redis-server no longer sends invalidation message if tracked connection is lost

redis version: v7.0.8os version: macos 12.6Question 1:I saw the description about client-side-caching in redis documenta...
上一页 下一页
.