e-mzungu / rjc

Redis Java Client
Other
26 stars 5 forks source link

Asynchronous, Non-Blocking Communication with Redis #13

Open arikc opened 13 years ago

arikc commented 13 years ago

I'm looking to integrate Redis with my application in an asynch. non-blocking fashion - i.e - I want to send requests to Redis and get the responses as callbacks through some kind of CallbackListener interface. Implementation could be based on NIO in which case I would like to be able to register a channel to Redis with my selector.

Thanks, arikc.