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