class Redis::Distributed

def ltrim(key, start, stop)

def ltrim(key, start, stop)
  node_for(key).ltrim(key, start, stop)
end