Browse Source

更新 src/redis.h

1585346868 8 months ago
parent
commit
0bf8cc2405
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/redis.h

+ 2 - 0
src/redis.h

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