We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a00fc commit 8b8d6dfCopy full SHA for 8b8d6df
src/test/demoSafeTransaction.ts
@@ -31,7 +31,7 @@ const redisCache = new RedisCache(redisBin)
31
32
// 初始化Mysql基本连接,后续所有模型均依赖此实例
33
const mysqlBin = new MysqlBin(mysqlConfig)
34
-const safeTransaction = new MysqlSafeTransaction(mysqlBin)
+const safeTransaction = new MysqlSafeTransaction(mysqlBin, redisCache)
35
36
const userScheme = {
37
userId: '' as string,
0 commit comments