Twice
Twice
Refer to https://redis.io/commands/move/
[RediSearch](https://redis.io/docs/interact/search-and-query/) is a [Redis module](https://redis.io/modules) that provides querying, secondary indexing, and full-text search for Redis. If Kvrocks supports RediSearch, it will offer users a range of powerful features with significant...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation Currently the namespace mechanism is not supported by Pub/Sub series commands....
In order to be more compatible with redis, here are commands that exist in Redis (excluding Redis Stack) but are not supported in Kvrocks: - [x] #1944 - [x] #1945...
It is part of #2064. RediSearch provides [a special syntax](https://redis.io/docs/interact/search-and-query/advanced-concepts/query_syntax/) for data query, while its semantics has no difference than a subset of SQL DQL. To be comatible with RediSearch,...
Refer to https://redis.io/commands/copy/
As a plan in [Kvrocks 2023 Roadmap](https://github.com/orgs/apache/projects/199), we are eager to explore the ability to implement HyperLogLog commands in Redis for kvrocks. Everyone is welcome to ask questions, or contribute...
Refer to https://redis.io/commands/dump/
Refer to https://redis.io/commands/zdiff/