# File lib/redis/distributed.rb, line 567 def zremrangebyrank(key, start, stop) node_for(key).zremrangebyrank(key, start, stop) end