# File lib/redis/distributed.rb, line 554 def zrevrange(key, start, stop, options = {}) node_for(key).zrevrange(key, start, stop, options) end