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