class Redis::Distributed

def type(key)

def type(key)
  node_for(key).type(key)
end