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