Redis Module API to get command flags

Today RM_Call allows executing any commands you want, even commands that make no sense to call inside RM_Call like MULTI...

Redis [BUG] Race conditions on getMonotonicUs?

Describe the bugRace conditions on getMonotonicUs between here and here. It may a false positive since it is reported by...

Redis [BUG]Possible NULL pointer dereference on eventLoop->timeEventNextId++??

Describe the bugHi, our static tool reports a null pointer dereference on this site. The reason is aeCreateEventLoop go ...

Redis Feature: scan keys and return keys with pattern of any regex

I tried to retrieve keys with "prefix1|prefix2" But looking at the documentation it seems only 4-5 glob-style patterns a...

Redis [BUG] Possible use-after-free bug on the method dictGenericDelete??

Describe the bugPossible use-after-free bug.To reproduceOur static analysis tool reports it which may be a false positiv...

Redis incorrect ./src/Makefile CFLAGS="-m32" LDFLAGS="-m32" on RaspberryPi 4 using 32bit option

incorrect ./src/Makefile CFLAGS="-mbe32" LDFLAGS="-mbe32" on RaspberryPi 4 using 32bit optionroot@jack:/opt/redis-6.0.9#...

Redis Internal error in RDB reading function at rdb.c:468 -> Unknown RDB string encoding type 32

Describe the bugInternal error in RDB reading function at rdb.c:468 -> Unknown RDB string encoding type 32To reproduc...

Redis make errror redis 6.9 or redis state

Describe the bugI'm working on centos7.8 wget https://download.redis.io/releases/redis-6.0.9.tar.gzcd redis-6.0.9make A ...

Redis [BUG] Redis-server should refuse to start with wrong bind address

Describe the bugWhen there are multiple addresses to bind, such asbind 127.0.0.1 192.168.0.1but 192.168.0.1 isn't presen...

Redis Eviction does not occur during lua scripts

There appears to no eviction happening during evalsha (as well as eval) commands even with allkeys-lru set. This is caus...

Redis Redis Cluster crashes on certain armhf platforms.

This is a result of unaligned memory access which results with SIGBUS on certain armhf (armv7l) platforms, in some confi...

Redis [NEW] SCRIPT REMOVE shasum

The problem/use-case that the feature addressesOur scripts may change due to requirements of our system but current scri...

Redis XPENDING resets Idle time redis_version:5.0.3

If I execute the command for Key: numbers, group: evens and consumer: C:xpending numbers evens - + 100 Cthen idle time f...

Redis commits to backport to 5.0 release

see: https://github.com/redis/redis/pull/7688https://github.com/redis/redis/commit/4534960b293d41fd5193c1d8a51a19453c2aa...

Redis Regression in redis-cli's repeat functionality

As of 95b988b, using the redis-cli -r -1 for continuously running the same command is broken. According to the documenta...

Redis [Redis Cluster] clusterCron Memory Leak

Code in clusterCron function (cluster.c) if (changed) { prev_ip = curr_ip; ## // Is this will be Memory leak...

Redis [BUG] redis-benchmark with pipeline not enforcing upper bound to number of requests.

Describe the bugThis is a small bug that can be easily reproduced by using redis-benchmark with a pipeline number larger...

Redis How can I use KEEPTTL in Redis 6.0.8?

I tried the following commands but they all fail with syntax errorSET test-key test-value KEEPTTLSET test-key test-value...

Redis Manual Failover start failover election trigger by clusterCron has 100ms delay

here is my redis instance manual failover log1:S 22 Oct 11:27:14.414 # Manual failover user request accepted.1:S 22 Oct ...

Redis [QUESTION]What the command cluster flushslots really mean will it notice all node in the cluster?

I create one cluster with 3 maters and 3 replicas , and we do the rdb file backup and want to restore accoding the back ...
上一页 下一页
.