# File lib/redis.rb, line 792
  def discard
    synchronize do
      @client.call [:discard]
    end
  end