setSocket method

Redis setSocket(
  1. Socket socket
)

Set custom socket

Implementation

Redis setSocket(Socket socket) {
  connection.setSocket(socket);
  return this;
}