# File lib/redis/distributed.rb, line 588
    def zcount(key, min, max)
      node_for(key).zcount(key, min, max)
    end