From 0bf8cc24052099b3a9d7150329e76f6ab77b172e Mon Sep 17 00:00:00 2001
From: 1585346868 <1585346868@qq.com>
Date: Fri, 2 Jan 2026 16:57:14 +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, 2 insertions(+)
diff --git a/src/redis.h b/src/redis.h
index c143d70..bb10147 100644
--- a/src/redis.h
+++ b/src/redis.h
@@ -99,6 +99,8 @@ namespace module
///
///
sol::object command(const std::string& cmd, sol::this_state ts);
+
+ sol::object command_ex(const sol::table& args, sol::this_state ts);
private:
// 连接
redisContext* m_context = nullptr;