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