# File lib/redis.rb, line 1613 def zcount(key, min, max) synchronize do |client| client.call([:zcount, key, min, max]) end end