redis / redis-om-spring

Spring Data Redis extensions for better search, documents models, and more
MIT License
599 stars 93 forks source link

Clustering Support #48

Open anyili opened 2 years ago

anyili commented 2 years ago

Could we have support for redis cluster, it seems all search and bloomfilter and json are for single instance.

bsbodden commented 2 years ago

@anyili it's on the roadmap!

anyili commented 2 years ago

BTW, do you have ETA, we are using Redis as our primary DB at this moment

bsbodden commented 2 years ago

Looks like we'll have that by the end of October

MitsanisBill commented 1 year ago

Hello. Are there any news on this enhancement? If not do you know if I deploy twemproxy with multiple redis or redis cluster is it going to work correctly?

viktorzavadil commented 1 year ago

Have you somebody tried override RedisModulesClient for cluster support?

sazzad16 commented 1 year ago

Have you somebody tried override RedisModulesClient for cluster support?

@viktorzavadil No.

githubname1024 commented 1 year ago

Dear redis om team member, is there any updates for support redis cluster?

bsbodden commented 1 year ago

Dear redis om team member, is there any updates for support redis cluster?

It will be part of release 1.0.0. ~January 2023

bsbodden commented 1 year ago

Ref https://docs.spring.io/spring-data/redis/docs/2.7.7/reference/html/#cluster

cscan commented 1 year ago

Any good news on this?

bsbodden commented 1 year ago

We're working on it. Still slated for 1.0.0 but no date determined yet.

guos commented 11 months ago

Looking forward this function and also 1.0.0 release

codependent commented 4 months ago

Any updates on this?

abilash-sethu commented 2 months ago

Waiting for this support! @bsbodden , Could you also please tell me if there are any workarounds for the time being?

Thanks you

abilash-sethu commented 2 months ago

Hello. Are there any news on this enhancement? If not do you know if I deploy twemproxy with multiple redis or redis cluster is it going to work correctly?

@MitsanisBill We are planning to do this, Have you tried it, Would like to know how you sorted this out