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.
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.