Redis Lookup subcommand more strictly and consistently

After #9504 we treat subcommands as commands, it's a good step, but it also introduced ambiguity, i.e. get|key is a bad ...

Redis [BUG]FATAL CONFIG FILE ERROR (Redis 6.0.7) Reading the configuration file, at line 1066 '0 200 800'

ghy@ghy-VirtualBox:~$ redis-cli -p 7777127.0.0.1:7777> keys *1) "username"127.0.0.1:7777> config set requirepass a...

Redis [QUESTION] Notice/warning when trying to connect to a database index higher than max database index

Does the Redis server emit a notice/warning when the client tries to connect to a redis database of an index higher than...

Redis ACL: a plan for meta-users to allow more complex ACLs without making the rules themselves more complex.

When the ACL lines are parsed, it looks like the commands and keys supplied are treated as global (with keys affecting a...

Redis Define and document command tips

See https://github.com/redis/redis/pull/9656We need to define and document general command hints that can help clients/p...

Redis The command zlexcount has a bug

Describe the bugWhen run the command zlexcount,if MIN and MAX are set to ‘[-’ and '+',it returns all elements,but when s...

Redis [BUG]redis-check-rdb can't check rdb with functions in unstable branch

dumpV10.rdb.zipDescribe the bugA short description of the bug.Chens-MacBook-Pro:test leon$ ~/Workspace/redis/src/redis-c...

Redis Module API to process commands while blocked.

The problem/use-case that the feature addressesSome modules might perform a long-running logic in different stages of Re...

Redis Add non-preamble AOFRW support for functions

When functions were implemented we thought that the old AOFRW mechanism is gonna get removed, so we didn't support it. b...

Redis Issue with redis:6.2.6-alpine docker image

Hello,There seems to be a filesystem issue with the latest redis docker image, preventing us from starting the redis ser...

Redis Functions on Redis Cluster

Functions on Redis ClusterRedis Function PR introduces a new scripting approach called Functions. Unlike eval (see new t...

Redis Sort out the mess with read keys on keyspecs

As part of Redis 7 we introduced keyspces which marked each key as having a "read" or "write" flag. We are hoping to use...

Redis Redis Server Connection Issue

Recently we had an occurrence where we were unable to connect to mutliple masters on our cluster when they became unresp...

Redis Change the default of repl-diskless-sync to yes in redis 7.0

There are maybe 3 main reasons to choose one over the other.1. the diskless master sends a slightly different format to ...

Redis Modules should be able to declare blocking commands

RedisModule_CreateCommand should add the flag "blocking" in its string command flags, to signify commands that might blo...

Redis [BUG] Config option "save" input strings treated differently between redis.conf and CONFIG SET

Describe the bugIn Redis 6.2.6, there's a range difference between configuring "save" through redis.conf and configuring...

Redis make hmget return null if the key doesn't exist instead of null for each field value

I used hmget on a empty key and it returned null for all the values and fields.127.0.0.1:6379> hmget key a b c d e f ...

Redis [BUG] Killing slow scripts should be synchronous to ensure atomicity

Describe the bugIt is implied that the SCRIPT KILL command should be atomic. However, in rare cases, it is possible to d...

Redis Redis Functions Flags

https://github.com/redis/redis/pull/10004 introduce Redis function libraries which allows code sharing between functions...

Redis INCRBYFLOAT is rewritten as SET command but without expire time

I find that it is not so easy to fix this bug, so I have 3 suggestions here.We can have a discussion here:a. Just rewrit...
上一页 下一页
.