# File lib/redis.rb, line 361
  def persist(key)
    synchronize do |client|
      client.call([:persist, key], &Boolify)
    end
  end