更新 src/redis.cpp
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user