|
|
@@ -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
|
|
|
);
|
|
|
}
|