add pass redis test
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m6s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m6s
This commit is contained in:
parent
7b37cc37db
commit
2f7ec40e78
8 changed files with 23 additions and 5 deletions
|
|
@ -844,6 +844,7 @@ export class ExecuteOrgCommandService {
|
|||
const redisClient = await redis.createClient({
|
||||
host: REDIS_HOST,
|
||||
port: REDIS_PORT,
|
||||
password: process.env.REDIS_PASSWORD,
|
||||
});
|
||||
|
||||
const delAsync = promisify(redisClient.del).bind(redisClient);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue