class Redis

def ltrim(key, start, stop)

def ltrim(key, start, stop)
  @client.call(:ltrim, key, start, stop)
end