Redis sscan count does not work correctly

I create a set, which have 4 elements, which are ("user1","user2","user3","user4")when I use command sscan, result does ...

Redis [BUG]Redis Fail to Start

Report:=== REDIS BUG REPORT START: Cut & paste starting from here ===11617:S 08 Apr 2024 10:08:47.672 # Redis 7.0.4 ...

Redis Per component logging

Today we only have a single log level that applies to all log messages. There are times we want to bump logging down to ...

Redis Cluster mode Request proxying

The idea here is that Redis server nodes could proxy incoming requests to the desired node instead of relying on heavy c...

Redis Split the clustering interface between control plane and data plane

As part of https://github.com/redis/redis/pull/10875, one of the goals is to split the API into two pieces. One that han...

Redis Support module API for global block list

We have an internal use case at AWS which wants to build a module that blocks all write access to a defined set of keys,...

Redis Should we also include a version for functions?

I've been thinking about how users should be loading/updating functions. One thing that struck me is that many users of ...

Redis Splitting up our large monolithic codebase

I wanted to start the conversation about trying to write more decoupled and more modular code in Redis. I want to start ...

Redis [QUESTION] Issue with sentinel user ACL

I am experiencing authentication failures when a sentinel connects to master or each other. I followed the instructions ...

Redis [BUG]

Describe the bugA short description of the bug.To reproduceSteps to reproduce the behavior and/or a minimal code sample....

Redis [CRASH] <short description>

Notice!- If a Redis module was involved, please open an issue in the module's repo instead!- If you're using docker on A...

Redis [BUG] Replica Sentinels become unresponsive shortly after startup

Describe the bugI'm having a problem with Redis Sentinel where the Sentinel servers started up after the master become u...

Redis [BUG] Potential Memory leak?

Describe the bugMight be related to #7787 When stress-testing a redis instance, request increases the memory footprint o...

Redis [QUESTION] After Redis 7.0, is it possible to only use AOF persistence?

After Redis 7.0, can we only rely on AOF persistence and discard RDB persistence? In this setup, the base file generated...

Redis Redis7: Sentinel Autofailover doesnt work went adding password to default user or disable it

Describe the bugSentinel Autofailover doesnt work went adding password to default user or disable itTo reproduce3 nodes,...

Redis [QUESTION]The memory and CPU of the master node are full, replica does not switch to maste

version:6.2.7Deployment:1 master 2salve 3sentinelquestionThe memory and CPU of the master node are full. The client cann...

Redis No such file or directory

[14972] 29 Jan 00:36:53.251 # Warning: no config file specified, using the default config. In order to specify a config ...

Redis Allow to set an expiration on hash field

Right now the EXPIRE command only allows to set an expiration time on a key. It would be cool to have the possibility to...

Redis Can redis support expire time of the field in a hash table?

Suppose an use case:I wanna store authentication tokens in redis that is associated with a client application. The best ...

Redis Implement Expire on hash

Hello, I would like to know if it's possible to set a expire time on keys of a hash ?For example, i would like to have t...
上一页 下一页
.