# File lib/redis/distributed.rb, line 572 def zrangebyscore(key, min, max, options = {}) node_for(key).zrangebyscore(key, min, max, options) end