class Redis::Distributed

def pttl(key)

Get the time to live (in milliseconds) for a key.
def pttl(key)
  node_for(key).pttl(key)
end