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