class RedisClient

def read_timeout=(timeout)

def read_timeout=(timeout)
  super
  raw_connection.read_timeout = timeout if connected?
end