更新 src/redis.h

This commit is contained in:
2026-01-02 16:57:14 +08:00
parent 5dcf7ca079
commit 0bf8cc2405

View File

@@ -99,6 +99,8 @@ namespace module
/// <param name=""></param>
/// <returns></returns>
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;