Redis [NEW] Eviction algorithm evolution

Is there any plan to introduce TinyLFU (Tiny Least Frequently Used) or W-TinyLFU (Windows-TinyLFU)algorithm ?Comment Fro...

Redis Mset with TTL

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".

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

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

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

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.

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

Why GEORADIUS is throwing errors when -85 > Latitude > 85 ?Comment From: rmcaIs the error you're seeing something ...

Redis Better print information with info

Basic redis-server infomationredis_version:7.0.7redis_git_sha1:00000000redis_git_dirty:0redis_build_id:2260280010e18db8r...

Redis Improvements to SLOWLOG

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

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

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

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.

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

The problem/use-case that the feature addressesAdd support for Chinese to ft.aggregate, same as ft.searchDescription of ...

Redis Redis Object Cache

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?

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"

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

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

Hi,[This is redis 4.0-rc2]The "Test HINCRBYFLOAT for correct float representation" appears to be failing on non x86 arch...
上一页 下一页
.