Redis [BUG] Could not connect to Redis at 127.0.0.1:6379: Connection refused - Apple Silicon

Redis is failing when I try to, for example, ping redis-cli. I have tried reinstalling but it's not working. On the outp...

Redis Is it possible to control the eviction in the module?

Currently, redis does not support set the expire time on the entries of List ,Map,Set. But sometimes it is very useful t...

Redis [CRASH] Sentinel crashing with sentinel known-replica and Wrong hostname or port for replica.

Crash report*** FATAL CONFIG FILE ERROR (Redis 6.0.8) ***Reading the configuration file, at line 17>>> 'sentine...

Redis [QUESTION] why slave server partial data during sync with master?

So i did some chaos test for our redis cluster and i disabled both RDB & AOF. So after i kill the master, the slave ...

Redis PSYNC2 partial command backlog corruption

I believe there are some problems that can cause data corruption with PSYNC2 in the latest 4.0 branch. Given that slaves...

Redis antirez summer vacations

Hi all!Today and tomorrow (2 and 3 August) are my two last days of work, since 4 and 5 is weekend, and I'll be on summer...

Redis [QUESTION]Why can I assign a null key

When I use Redis ,I find the following code executable`127.0.0.1:6379> set "" 1OK127.0.0.1:6379> get """1"127.0.0....

Redis Feature Request: ZRANDMEMBER

Since redis does not support expiring set members, one common pattern is to use ordered sets instead and ZREMRANGEBYSCOR...

Redis [NEW] Time to creation (TTC) argument/command

The problem/use-case that the feature addressesSometimes we need timed based keys for process after too short time.Descr...

Redis [QUESTION] Does unlink command introduce data inconsistency?

Say I unlink a zset key and then zadd a value A to it. Is there any chance that the actual deletion is performed after t...

Redis [BUG] Memory fragmentation when using log-normal value sizes

Describe the bugThere is a memory fragmentation issue in Redis. Given a log-normal value size distribution, it can lead ...

Redis Potential Data Races Detected by Static Code Scanner

Hi, we are working on a race detection tool and we believe that we have found a potential race for this project.Although...

Redis [QUESTION] Key is deleted after MaxAg however if/when is reference deleted from appendonly.aof?

Using the express-session package I set my max age to 5 minutes and sure enough inside Redis the key was deleted after t...

Redis [NEW]Add a command to actively scan the expired dictionary

The problem/use-case that the feature addressesAdd a command to scan the expired dictionary, we can get those keys that ...

Redis How to calculate cryptocurrency prices on Redis

127.0.0.1:6379> set a 10000000OK127.0.0.1:6379> eval 'return tostring(redis.call("get", "a") +...

Redis Memory is not released every emptying database

We are testing a server with 128GBFilled 30GB of dataNow Removed data from database, using TTL.Issue is that, keys are d...

Redis will support more command?like incrnx/mexpire/msetex?

My company will set expire time all keys use Redis.But have Some problem:1. incr command will set value 0 and not set e...

Redis interesting ZSKIPLIST_MAXLEVEL change history

#define ZSKIPLIST_MAXLEVEL‘s value in server.h changed between 2^32 and 2^64.a joke?Comment From: oranagrawhy would an...

Redis Triggering manual failover causes write loss

Hi there!I've been testing our application against failure scenarios and discovered something that I'm not sure if it's ...

Redis Add ability to identify a Redis instance by a name

I believe it's common to have different Redis instances for different aspects of your applications, especially when thos...
上一页 下一页
.