class Redis::Distributed

def zcard(key)

Get the number of members in a sorted set.
def zcard(key)
  node_for(key).zcard(key)
end