Future<RespType> ltrim(String key, int start, int stop) async { return tier0.execute([ 'LTRIM', key, start, stop, ]); }