class Redis::Distributed

def zcount(key, min, max)

Get the number of members in a particular score range.
def zcount(key, min, max)
  node_for(key).zcount(key, min, max)
end