Nineya
Home
Blog
软著申请
Redis [NEW] add two option supprt for zadd
2025-01-17 02:29:15
535
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
2025-01-17 02:29:12
3652
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.
2025-01-17 02:29:10
18449
=== 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
2025-01-17 02:29:07
289
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
2025-01-17 02:29:03
3003
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
2025-01-17 02:29:00
14257
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
2025-01-17 02:28:57
32114
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
2025-01-17 02:28:54
1268
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
2025-01-17 02:28:51
697
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
2025-01-17 02:28:47
861
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
2025-01-17 02:28:44
385
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
2025-01-17 02:28:42
1805
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
2025-01-17 02:28:40
1387
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
2025-01-17 02:28:37
1442
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
2025-01-17 02:28:34
3531
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
2025-01-17 02:28:27
14592
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?
2025-01-17 02:28:24
904
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
2025-01-17 02:28:21
596
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
2025-01-17 02:28:13
2854
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
2025-01-17 02:28:09
1972
Describe the bugWhen doing "make check" all test pass on an intel Mac running Monterey but the "trim on SET with big val...
上一页
下一页
1
…
759
760
761
762
763
…
2246
.