acrosa / scala-redis

A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.
MIT License
146 stars 257 forks source link

PubSub support #8

Open deniszgonjanin opened 13 years ago

deniszgonjanin commented 13 years ago

Thanks for the library. Do you have plans to implement pubsub support in scala-redis? Akka seems to have a nice implementation, but having it in a small and simple lib like this would be great.

acrosa commented 13 years ago

want to give a try?

deniszgonjanin commented 13 years ago

Sure, I'll give it a go. Thanks