Nineya
Home
Blog
软著申请
Redis [NEW] Eviction algorithm evolution
2025-01-17 02:17:50
296
Is there any plan to introduce TinyLFU (Tiny Least Frequently Used) or W-TinyLFU (Windows-TinyLFU)algorithm ?Comment Fro...
Redis Mset with TTL
2025-01-17 02:17:47
889
If one need to save multiple key with their values and corresponding TTL, they have to do it by interacting with redis m...
Redis [BUG] In redis cluster, the traffic delivered to each node during publish exceeds 10 "multiply".
2025-01-17 02:17:43
7600
Describe the bugIn redis cluster, the traffic delivered to each node during pub sub exceeds 10 "multiply".Additional inf...
Redis [BUG] INFO command in some cases can return integer reply
2025-01-17 02:17:33
747
Describe the bugINFO command can return type 3, which is REDIS_REPLY_INTEGER. As it stated in document the normal return...
Redis [BUG] Single-node cluster reports cluster_state:fail
2025-01-17 02:17:31
6923
Describe the bugIn a single-node cluster, CLUSTER INFO reports cluster_state:fail and other commands return error CLUSTE...
Redis [BUG] RediSearch with JSON.MERGE
2025-01-17 02:17:28
701
Describe the bugI found a new bug when using Redisjson and RediSearch, prob.When I update a certain value (That is also ...
Redis On module blocked client, wait command does not work properly.
2025-01-17 02:17:23
1528
When a module blocks the client using RM_BlockClient, Redis will not update the woff (Last write global replication offs...
Redis GEORADIUS throw error when Lat > 85
2025-01-17 02:17:20
1303
Why GEORADIUS is throwing errors when -85 > Latitude > 85 ?Comment From: rmcaIs the error you're seeing something ...
Redis Better print information with info
2025-01-17 02:17:18
1267
Basic redis-server infomationredis_version:7.0.7redis_git_sha1:00000000redis_git_dirty:0redis_build_id:2260280010e18db8r...
Redis Improvements to SLOWLOG
2025-01-17 02:17:15
2129
show complexity, blocking time, etcSuggested additions:1. Command complexity.2. Blocking time3. User that executed the c...
Redis slowlog does not display the DB logical library
2025-01-17 02:17:12
839
The problem/use-case that the feature addressesWhen I query slowlog, I have many slow queries, but I can't tell which lo...
Redis Can NAT feather do further more
2025-01-17 02:17:09
1086
What i wantI'd like to deploy Redis cluster on kubernetes which is a docker environment. DescriptionI am very glad that...
Redis Consider embedding keys/values into dictEntry for main dictionary
2025-01-17 02:17:07
6857
Currently both keys and values in the main dictionary are sitting behind pointers (let's talk about general case and for...
Redis [NEW] Add commands called LMMOVE & BLMMOVE.
2025-01-17 02:17:04
6002
The problem/use-case that the feature addressesAddresses the problem similar to LMOVE where the value that is being popp...
Redis Add support for Chinese to ft.aggregate
2025-01-17 02:17:01
629
The problem/use-case that the feature addressesAdd support for Chinese to ft.aggregate, same as ft.searchDescription of ...
Redis Redis Object Cache
2025-01-17 02:16:58
523
Hello everyone!My WordPress website’s Site Health status says “You should use a persistent object cache.”An online searc...
Redis [BUG] Should SUBSCRIBE/UNSUBSCRIBE be rejected in MULTI?
2025-01-17 02:16:56
2173
Hi @MeirShpilraien, @oranagra,I noticed that SUBSCRIBE inside MULTI is allowed for maintaining backward compatibility (h...
Redis [BUG] when set a expire time smaller than now, event notify should be "expired-key", not "del"
2025-01-17 02:16:53
2414
Describe the bugwhen user use the keyespace notify feature, usually "expired" means that the key need be updated and "de...
Redis [BUG] REDISMODULE_ARGV_RUN_AS_USER might leak allocated RM_Call argv on failure
2025-01-17 02:16:50
409
Describe the bugIn exploring other things, I think REDISMODULE_ARGV_RUN_AS_USER will leak argv on failure in RM_Call(). ...
Redis "Test HINCRBYFLOAT for correct float representation" failing on non x86 architectures
2025-01-17 02:16:48
11544
Hi,[This is redis 4.0-rc2]The "Test HINCRBYFLOAT for correct float representation" appears to be failing on non x86 arch...
上一页
下一页
1
…
768
769
770
771
772
…
2246
.