class Redis

def discard

def discard
  @client.call(:discard)
end