class Redis::Distributed

def scard(key)

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