Get the number of members in a set.
570 571 572
# File 'lib/redis/distributed.rb', line 570 def scard(key) node_for(key).scard(key) end