revert add password redis
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m5s

This commit is contained in:
harid 2026-06-30 11:04:19 +07:00
parent 2f7ec40e78
commit 8807ee3226
8 changed files with 5 additions and 23 deletions

View file

@ -844,7 +844,6 @@ 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);