refactor(core): Introduce RedisClientService (no-changelog) (#9774)

This commit is contained in:
Iván Ovejero
2024-06-20 12:55:07 +02:00
committed by GitHub
parent 199dff4fb3
commit 7b396e78c6
17 changed files with 231 additions and 223 deletions

View File

@@ -1,5 +1,5 @@
import { Service } from 'typedi';
import { COMMAND_REDIS_CHANNEL, WORKER_RESPONSE_REDIS_CHANNEL } from './RedisServiceHelper';
import { COMMAND_REDIS_CHANNEL, WORKER_RESPONSE_REDIS_CHANNEL } from './RedisConstants';
import { RedisServiceBaseReceiver } from './RedisServiceBaseClasses';
@Service()