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.54k stars 465 forks source link

Can I set cluster-announce-* at profiles ? #421

Closed lt1946 closed 2 years ago

lt1946 commented 2 years ago

like these: cluster-announce-ip ${IP} cluster-announce-port ${PORT} cluster-announce-bus-port 1${PORT} for redisson use. Thanks.

git-hulk commented 2 years ago

Do you mean to use the kvrocks with the Redis cluster mode in Radisson?

No, if I didn't misunderstand your meaning.

lt1946 commented 2 years ago

yes, use at java like redisson! I run cluster mode. find error; it's not set cluster-announce-ip at profile.

git-hulk commented 2 years ago

Kvrocks cluster mode has a bit different from Redis, so we can't add the kvrocks as the Redis cluster mode in Redisson. There should need more extra work to use Kvrocks mode in Redisson, but the good news was that you can use the Kvrocks as the single server or sentinel mode.

Welcome to feedback if you have any thoughts, :)