Nineya
Home
Blog
软著申请
Redis Module API to get command flags
2025-01-16 19:52:31
6279
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?
2025-01-16 19:52:29
3077
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++??
2025-01-16 19:52:26
3728
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
2025-01-16 19:52:23
1706
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??
2025-01-16 19:52:20
2315
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
2025-01-16 19:52:17
5023
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
2025-01-16 19:52:15
573
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
2025-01-16 19:52:12
847
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
2025-01-16 19:52:09
2595
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
2025-01-16 19:52:06
7605
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.
2025-01-16 19:52:04
444
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
2025-01-16 19:52:01
2037
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
2025-01-16 19:51:59
3008
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
2025-01-16 19:51:56
241
see: https://github.com/redis/redis/pull/7688https://github.com/redis/redis/commit/4534960b293d41fd5193c1d8a51a19453c2aa...
Redis Regression in redis-cli's repeat functionality
2025-01-16 19:51:53
1183
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
2025-01-16 19:51:50
974
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.
2025-01-16 19:51:48
2358
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?
2025-01-16 19:51:46
1149
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
2025-01-16 19:51:43
1232
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?
2025-01-16 19:51:40
1078
I create one cluster with 3 maters and 3 replicas , and we do the rdb file backup and want to restore accoding the back ...
上一页
下一页
1
…
865
866
867
868
869
…
2246
.