From a37173a265c8645ab0a4a3d54e3e46a9cc7963ed Mon Sep 17 00:00:00 2001 From: 1585346868 <1585346868@qq.com> Date: Mon, 29 Dec 2025 20:19:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20src/redis.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/redis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redis.h b/src/redis.h index f8c3569..c143d70 100644 --- a/src/redis.h +++ b/src/redis.h @@ -61,7 +61,7 @@ namespace module /// /// /// - sol::object reply(sol::this_state* ts,redisContext* ct,redisReply* reply); + sol::object reply(sol::this_state* ts,redisContext* ct,redisReply* reply,bool in = false); /// /// 归还 ///