Redis [NEW] add two option supprt for zadd

The problem/use-case that the feature addresses update zset member score if score meet some condition,just like the sql...

Redis [NEW] GET/SET CAS FLAG

The problem/use-case that the feature addressesIf the data (value of key) changes during a round-trip to the user interf...

Redis [CRASH] occurs when executing redisCommand() using the hiredis library.

=== REDIS BUG REPORT START: Cut & paste starting from here ===42524:M 06 Sep 2023 14:57:31.062 # === ASSERTION FAILE...

Redis redis cluster custom nodeid

is it safe to use a custom nodeid?I just want to use hostname as nodeidI have test and it is working. But want to make s...

Redis Allow the use of 64bit signed integers in Lua scripts

The current version of Redis includes a Lua interpreter that uses the number type, which is a 64bit floating point numbe...

Redis Lua to Redis integer conversion loses precision

Lua has a single number type that follows the IEEE 754 binary64 specification, which allows for 52 bits of precision. Th...

Redis [CRASH] Unable to start redis-server on Apple Silicon M1 as non-root

Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...

Redis [CRASH] How to restore crashed dump.rdb

Notice!Redis can not start up after nfs storage is full, the dump.rdb is in nfs.Is there a way to restore the dump.rdb ?...

Redis [BUG]sentinel cluster failover issue

Describe the bugversion : 7.0.10a health sentienl cluster with 3 sentienls , 1 master, 1 replica. stop replica node , a...

Redis Sentinel elects a new master node

Sentinel elects a new master node, but the associated master/slave configuration information is not persisted to redis.c...

Redis [NEW] Module API for async-free of memory

The problem/use-case that the feature addressesCurrently, the module API only allows to async-free an entire key (RM_Unl...

Redis [BUG] quicklist compress bug

This bug is about a node should be compressed witch is not.The following code can create that node.TEST("limit"){ ...

Redis [BUG] redis-benchmark lua script not working

Describe the bugI've a requirement to pass custom values in benchmark. I followed https://redis.io/docs/management/optim...

Redis [BUG] log warning: Cannot assign requested address

Describe the bugFirst, I don't know if this is a bug or simply a configuration pronblem.My redis.log file has numerous o...

Redis [NEW]Record CPU time consumption in slowlog to observe CPU contention

The problem/use-case that the feature addressesOn our VMs or dockers, some unexpected slowlogs are often observed. In th...

Redis [CRASH] Redis OOM crash when memory is enough

Crash reportAlways crash when query the redis with high multi-get load, used_memory_human:6.64GWhen crashed , I restart...

Redis [QUESTION] How to get RedisModuleString from RedisModuleKey before 6.0.0?

RedisModule_GetKeyNameFromModuleKey is available since 6.0.0. How can we do the same thing if version is lower than 6.0....

Redis [BUG] SET with NX and GET parameters

Hi there,I want to execute the command (version 6.2):SET mykey "Hello" NX GETI get an error in response. Is this the exp...

Redis Minor comment bug

https://github.com/redis/redis/blob/90e9fc387c81d48d3d82ea7fcd2d3b6d896bf923/src/quicklist.c#L502C1-L503C82A certain cal...

Redis [BUG] redis 7.0.12 "trim on SET with big value" test fails on Intel and Silicon Macs running Ventura

Describe the bugWhen doing "make check" all test pass on an intel Mac running Monterey but the "trim on SET with big val...
上一页 下一页
.