Closed hiratara closed 3 years ago
Since Redis Cluster doesn't support the SELECT command, testConnectDb and testConnectDbUnexisting are not suitable for ClusterMain.hs .
testConnectDb
testConnectDbUnexisting
ClusterMain.hs
Actually, these tests use defaultConnectInfo internally and try to connect to the default Redis server instead of Redis Cluster working on port 7000.
defaultConnectInfo
Thanks! Released as 0.14.2
Since Redis Cluster doesn't support the SELECT command,
testConnectDb
andtestConnectDbUnexisting
are not suitable forClusterMain.hs
.Actually, these tests use
defaultConnectInfo
internally and try to connect to the default Redis server instead of Redis Cluster working on port 7000.