class Redis::Distributed

def type(key)

Determine the type stored at key.
def type(key)
  node_for(key).type(key)
end