apache / kvrocks

Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
https://kvrocks.apache.org/
Apache License 2.0
3.53k stars 464 forks source link

Improve support for Redis connection management commands #2422

Open PragmaTwice opened 3 months ago

PragmaTwice commented 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, like CLIENT ID/KILL/INFO/LIST/CACHING....

Solution

No response

Are you willing to submit a PR?

furkan-bilgin commented 2 months ago

Can I be assigned this issue?

git-hulk commented 2 months ago

@furkan-bilgin Assigned, thank you!