🐞 fix(config): redlock使用redis分开

This commit is contained in:
luying
2023-04-18 17:30:00 +08:00
parent 3bf0f7a35e
commit cb65101908
3 changed files with 6 additions and 3 deletions
@@ -1,4 +1,3 @@
import { localrun } from "pinus/lib/master/starter";
import { setLock, releaseLock, getLock } from './redlockCacheService';
var Redlock = require('redlock');
var _redlockCache;