# File lib/redis.rb, line 2052
  def discard
    synchronize do |client|
      client.call([:discard])
    end
  end