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