class Redis

def discard

Other tags:
    See: #exec -
    See: #multi -
def discard
  synchronize do |client|
    client.call [:discard]
  end
end