更新 src/redis.cpp

This commit is contained in:
2026-04-13 15:29:03 +08:00
parent ecfb20bd02
commit 73993bf8c6

View File

@@ -291,6 +291,7 @@ void module::redis_regist(sol::state* lua)
);
lua->new_usertype<module::redis>("fw_redis_conn",
"command", &module::redis::command,
"command_ex", &module::redis::command_ex
"command_ex", &module::redis::command_ex,
"close", &module::redis::close
);
}