taoensso / carmine

Redis client + message queue for Clojure
https://www.taoensso.com/carmine
Eclipse Public License 1.0
1.15k stars 131 forks source link

how to use the cluster with carmine? #134

Closed dlnufox closed 9 years ago

dlnufox commented 9 years ago

With carmine, I don't know how to use the cluster of redis. How to connect to the cluster? How much features of redis 3.0+ are being covered by carmine?

ptaoussanis commented 9 years ago

Hi xiaochaihu,

Carmine doesn't have Cluster support yet. This isn't something I have time to implement myself atm, PRs welcome: https://github.com/ptaoussanis/carmine/issues/76 for more info.

dlnufox commented 9 years ago

Thanks.