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