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