class Redis::Distributed

def exists(key)

def exists(key)
  node_for(key).exists(key)
end