class RedisClient

def write_timeout=(timeout)

def write_timeout=(timeout)
  super
  @raw_connection&.write_timeout = timeout
end