| RedisConnection | RedisConnection. batch(List<Request> commands,
     Handler<AsyncResult<List<Response>>> onSend)Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other
 client users. | 
| RedisConnection | RedisConnection. endHandler(Handler<Void> endHandler) | 
| RedisConnection | RedisConnection. exceptionHandler(Handler<Throwable> handler) | 
| RedisConnection | RedisConnection. fetch(long amount) | 
| RedisConnection | RedisConnection. handler(Handler<Response> handler) | 
| static RedisConnection | RedisConnection. newInstance(RedisConnection arg) | 
| RedisConnection | RedisConnection. pause() | 
| RedisConnection | RedisConnection. resume() | 
| RedisConnection | RedisConnection. send(Request command,
    Handler<AsyncResult<Response>> onSend)Send the given command to the redis server or cluster. |