# File lib/redis.rb, line 197
  def substr(key, start, stop)
    synchronize do
      @client.call [:substr, key, start, stop]
    end
  end