setSocket method

void setSocket(
  1. Socket socket
)

Set custom socket

Implementation

void setSocket(Socket socket) {
  _redisSocket = socket;
}