# File lib/redis/distributed.rb, line 133
    def pttl(key)
      node_for(key).pttl(key)
    end