Redis [BUG] if a test that sets maxmemory fails, it doesn't unset maxmemory limits

Describe the bugif a test that sets maxmemory (say to 1), and then unsets to 0 at the end, fails, it doesn't seem to res...

Redis [BUG] SUSCRIBE in RESP3 gets no proper reply, only push

Describe the bugAfter sending SUBSCRIBE and UNSUBSCRIBE (and P and S variants), the message ["subscribe", "ch1", 1] come...

Redis which c source file to be import to test quicklist & z_set

I am going to test the data structure of quicklist and z_set in redis. I created a new c project and introduced quicklis...

Redis RedisModule_SubscribeToKeyspaceEvent is thowing segmentation fault error while loading .so file into redis

By using keypace notification Modules API to I am using C++ to develop a module that registers for keyspace notification...

Redis [QUESTION] Why does the command "command-getkeys" return an error type for commands without a key?

According to the Redis documentation, the commands COMMAND-GETKEYS and COMMAND-GETKEYSANDFLAGS are helper commands that ...

Redis [QUESTION] master_repl_offset increased without write operations

In master-slave replication(1 master,1 slave), i find that master_repl_offset increases by 14 every 10 seconds(I did not...

Redis [QUESTION]哨兵通信命令 subscribe sentinel:hello 命令执行时间过长

在5.0.5版本中,哨兵通信命令 subscribe sentinel:hello 命令时间过长,且多次问题时间是一个固定长度25.847792s触发了监控警告,有什么办法排除原因嘛,几台redis服务设备都在一个网段内。暂未发现其他命令有...

Redis [BUG] 'EVAL does not leak in the Lua stack' (scripting.tcl) seems to be a flakey test

Describe the bugthe existing code for this test istest {EVAL does not leak in the Lua stack} { r set x 0 # Use a n...

Redis [Docker] - Image should be created with a non-root user

HelloWe recently got from Prisma docker image's scanner this complience issue categories as high:2023-03-08T17:05:59.992...

Redis FATAL CONFIG FILE ERROR (Redis 6.2.6) ***

./redis-server.exe --service-install redis.conf --loglevel verbose --service-name Redis FATAL CONFIG FILE ERROR (Redis ...

Redis how to use springboot connect redis6 acl different user

the springboot project connect the default useri need to connect the user i add who can help me,thanks!!Comment From: v...

Redis [QUESTION] Redis cluster mode enabled: all reads going to single node

I have set a AWS elasticache redis cluster with cluster mode enabled with below details:- Redis version: 5.0.6- Shards: ...

Redis issues with multi_shard request policy

Hi,I am currently working on implementing the request and response policies in node-redis, and I have encountered some i...

Redis Allowing modules to register commands to existing ACL categories.

Related to issue #11083 Module commands were not allowed to register commands to the existing categories. The only way w...

Redis [QUESTION] Potential problem for transaction in cluster

Generally when redis cluster expand/shrink, we would depend on a MOVED error to update the node table when using a clie...

Redis [NEW]Support for encrypted passwords in redis/sentinel.conf

The problem/use-case that the feature addressesWe have a Sentinel-managed Redis HA setup running in k8s, based on modifi...

Redis [BUG] reprocessed block commands go through module command filter again, but used cached lookup

Describe the bugIn working with https://github.com/redis/redis/pull/11568, I have a module that I was issuing a brpoplpu...

Redis [BUG] wrong default setting in debian apt package

Describe the bugEnable unix socket of redis, and redis can't start.To reproduceIn debian sid.sudo apt install redis-serv...

Redis [NEW] Extended ASK/ASKING protocol to include a cookie/epoch value

The problem/use-case that the feature addressesCurrently, Redis cluster protocol can return an ASK response (during a mi...

Redis [BUG] Child process redis-rdb-to-slaves is running continuously forever when parent process is restarted

Describe the bugChild process redis-rdb-to-slaves is running continuously forever when parent process is restarted.At th...
上一页 下一页
.