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