class Redis::Distributed

def hlen(key)

Get the number of fields in a hash.
def hlen(key)
  node_for(key).hlen(key)
end