# File lib/redis.rb, line 708
  def persist(key)
    synchronize do
      _bool @client.call [:persist, key]
    end
  end