php RedisCluster有集群的拓展包吗?3.0以后redis支持集群,但是相关的php集群的拓展没有了,只有以前的Redis。 回复内容: php RedisCluster有集群的拓展包吗?3.0以后redis支持集群,但是相关的php集群的拓展没有了,只有以前的Redis。 predis 集群只是redis的架构吧 php操作redis,还是没有变化 phpredis是开源的,不够用了自己添加吧。看懂它一般的用法,照着写不难;