class RedisClient

def write_timeout=(timeout)

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