knutwalker / rx-redis

Reactive Redis client on top of RxJava on Netty
Apache License 2.0
16 stars 7 forks source link

Need support for SUBSCRIBE #1

Open blmarket opened 10 years ago

blmarket commented 10 years ago

Hi, I'm looking for Observable implementation of PUB/SUB. Hope this project provides it when possible.

knutwalker commented 10 years ago

Hi, thanks for your interest. I'm currently investigating ways of supporting things such as pub/sub, transactions, or pipelining, but I've yet to find a way, that I find satisfactory. I might have a working version of pub/sub ready around the end of this week, but it's certainly open for improvements.

blmarket commented 10 years ago

I see, hope to see good implementation!

I've wrote my own implementation which uses one connection(which is required for redis subscription) and one thread(I feel it wrong), using other redis library. hope it helps.

Link : https://gist.github.com/blmarket/4b9525402529a061be3f