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