class Redis::Future

def inspect

def inspect
  "<Redis::Future #{@command.inspect}>"
end