palicao / phpRebloom

🎛️ Use RedisBloom in PHP!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis Cluster support is needed

AmitKannaujiya opened this issue · comments

Hello @palicao , Thank you for this lightweight php library, we are using it . Can we have Redis cluster support also with it ? It will used in scale . Thank You

Hi @AmitKannaujiya, I think that, after merging your PR #3 this is gonna be definitely possible, since phpredis provides a drop-in replacement for RedisCluster.
The only problem I foresee is testing, because we would have to create a redis cluster in travis using docker. Let me know if you have ideas to make it work.

@palicao : Thank you for considering that, right now I don't have any Idea for same .