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