predixy
predixy copied to clipboard
CROSSSLOT Keys in request don't hash to the same slot
我的程序不支持Redis Cluster,想用predixy来做中间连接。 我在配置文件中已指定HashTag "::",但连接时还是出现: CROSSSLOT Keys in request don't hash to the same slot
我的配置文件如下: StandaloneServerPool { Hash crc16 HashTag "::" Distribution modula MasterReadPriority 60 StaticSlaveReadPriority 50 DynamicSlaveReadPriority 50 RefreshMethod fixed ServerTimeout 1 ServerFailureLimit 10 ServerRetryTimeout 1 KeepAlive 120 Group shard001 { + 192.168.6.88:7635 + 192.168.7.194:7635 } }
请问这个问题要怎么解决呢?谢谢!