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