class Redis::Connection::RedisClient

def send(data)

def send(data)
  callback { send_data data }
end