mkorkmaz / redislabs-rejson

Redislabs RedisJson aka ReJson Client for PHP (PHP 8.1+)
https://oss.redislabs.com/redisjson/
MIT License
42 stars 7 forks source link

RedisJson::createWithPhpRedis() must be an instance of Redis, instance of RedisCluster given #14

Open ZhangTianyi-1998 opened 12 months ago

ZhangTianyi-1998 commented 12 months ago

我们的redis是集群 代码用的是RedisCluster类 有什么办法可以适配么

Our Redis is a cluster The code uses the RedisCluster class Is there any way to adapt

mkorkmaz commented 12 months ago

I believe latest version must be support that:

https://github.com/mkorkmaz/redislabs-common/blob/master/src/RedisClient/Redis.php#L13

But this library not fully tested against a redis cluster. It is highly possible you'll see "MOVED" responses since on the systems like AWS Elasticache Redis Cluster. But it is in short term plans list to resolve issues like that.