Future<RespType> lpushx(String key, List<Object> values) async { return tier0.execute([ 'LPUSHX', key, ...values, ]); }