informatikr / hedis

A Redis client library for Haskell.
http://hackage.haskell.org/package/hedis
BSD 3-Clause "New" or "Revised" License
327 stars 121 forks source link

remove invalid tests for Redis Cluster #164

Closed hiratara closed 3 years ago

hiratara commented 3 years ago

Since Redis Cluster doesn't support the SELECT command, testConnectDb and testConnectDbUnexisting are not suitable for 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.

k-bx commented 3 years ago

Thanks! Released as 0.14.2