更新 src/redis.h

This commit is contained in:
2026-05-07 23:38:34 +08:00
parent 73993bf8c6
commit 0209f28397

View File

@@ -45,6 +45,7 @@ namespace module
virtual void regist_global(const char* name, sol::state* lua) override;
virtual void delete_global() { delete this; }
virtual void self_free() {}
friend class module::redis;