You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't touch the comments where Redis is mentioned in Copyright and License text. ("Neither the name of Redis nor the names of its contributors may be used ...")
Where "Redis Cluster" or "Redis Sentinel" is mentioned, we can just replace it with "Cluster" or "Sentinel"
In some cases, "Redis" can be replaced with a generic word like "the server" or just skipped, depending on context. Examples:
"the Redis cluster-bus" => "the cluster-bus"
"the Redis command" => "the command"
"the currently SELECTed Redis DB" => "the currently SELECTed DB"
"the Redis ..." => "the ..." (most of the time)
In most other cases, just replace "Redis" with "Valkey"