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.56k stars 467 forks source link

Add support for migrating STREAM in cluster mode #1087

Closed git-hulk closed 1 year ago

git-hulk commented 2 years ago

Search before asking

Motivation

The STREAM type(partial commands) is supported in #745, but didn't add support for migrating in the cluster mode.

For more detail can see: https://github.com/apache/incubator-kvrocks/blob/unstable/src/cluster/slot_migrate.cc#L617

Solution

No response

Are you willing to submit a PR?

torwig commented 2 years ago

@git-hulk I'll try to implement this.

git-hulk commented 2 years ago

@git-hulk I'll try to implement this.

cool, thanks @torwig