Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
3.53k
stars
464
forks
source link
Improve support for Redis connection management commands #2422
Open
PragmaTwice opened 3 months ago
Search before asking
Motivation
https://redis.io/docs/latest/commands/?group=connection
There's many
CLIENT
subcommands that we can evaluate and see if we can support in Kvrocks, likeCLIENT ID/KILL/INFO/LIST/CACHING...
.Solution
No response
Are you willing to submit a PR?