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