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