class Redis::Distributed

def exists(key)

Determine if a key exists.
def exists(key)
  node_for(key).exists(key)
end