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