Redis redis.x86_64 0:7.0.1-1.el7.remi upgrade (i believe new Redis version)

Hey everybody,today i run the installation script again.i notice one pack got upgraded:redis.x86_64 0:7.0.1-0.el7.remito...

Redis Support rollback in Lua script

The problem/use-case that the feature addressesMy company uses Redis as a main database. Lua script is heavily used to e...

Redis [NEW] Proposal for deterministic LRU in Redis

Redis today supports an implementation of non-deterministic LRU for key evictions when the total memory usage goes above...

Redis [NEW] keyspace notification by data type name

Background:Today, keyspace notifications for client connections are sent on two pubsub messages, in one the operation na...

Redis Proposal: Key Annotations

The problemRedis considers its dataset as a set of uniquely identified keys of different types. But for users, the datas...

Redis [META] Module API V1

Module API V1This is an attempt to scope out all missing or broken Redis Module API capabilities, and create an exahusti...

Redis [BUG]Sentinel command 'get-master-addr-by-name' and 'master' return inconsistent

Describe the bugAs the picture showsWhen I use the SENTINEL get-master-addr-by-name command to query the master address,...

Redis maybe an optimizable point for zadd operation

When we use zadd command to update the score for exists value,if the score delta is small,element rank will be no change...

Redis [NEW]Add a command to get the number of replicas.

The problem/use-case that the feature addressesWhen I want to use the wait command in my code, I want the numreplica to ...

Redis [QUESTION] raxGenericInsert() for version 6.0.8

For version 6.0.8,In raxGenericInsert() funtion,OOM hander exist one queston.When we insert one key string,walk to one ...

Redis [QUESTION] Why is the SET command considered movablekeys

Hi.I just upgraded to using redis-cluster 7.0.0 and can see that my code via redis-py is now making an extra jump to the...

Redis [CRASH] redis 7.0.1 crashes on start after upgrading from 7.0.0

Starting Advanced key-value store...491342:C 10 Jun 2022 16:34:41.506 * Supervised by systemd. Please make sure you set ...

Redis [BUG] Redis7 Lua engine and readonly table script

Describe the bugLua user scripts stopped to work due to "readonly table script" in redis7To reproducesee a function that...

Redis [BUG] Redis cluster looses configuration

Describe the bugThe Redis cluster looses configuration when nodes reboot.Both appendonly and rdb saves are enabled.Runni...

Redis which client library support stream feature of redis 5.0?

Hello, all: I want to use redis 5.0 instead of kafka later, is there any client can support stream feature in redis ...

Redis [SECURITY] Redis password in Sentinel log

Hello Team, If I use the redis-cli/Jedis for configuring Sentinel to monitor password protected Redis shard, it print...

Redis ZRANK ability to return "unique" rank

There are applications where it is useful to get the rank without counting all the duplicated entries with the same scor...

Redis [QUESTION] RDB data loading to disk following an OOM.

We are using Redis 6.0.0. After OOM, I see this log. What is RDB memory usage? 3489 MB is very close to max memory tha...

Redis [QUESTION]Master-slave replication, master Rdb, slave CPU usage in AOF mode is 90%-100%

Hello, I have a problem when I test in master-slave mode. The scenario is one master and two slaves. The master uses RDB...

Redis [CRASH] Custom module works in debug but not release mode

Crash reportA module is involved, but it's my own doing. Version of Redis is 7.0, and I've tried both a local install a...
上一页 下一页
.