Future<RespType> lrem(String key, int count, Object value) async { return tier0.execute([ 'LREM', key, count, value, ]); }