refactor(core): Organize Redis under scaling mode (#10864)

This commit is contained in:
Iván Ovejero
2024-09-19 09:52:48 +02:00
committed by GitHub
parent 91008b2676
commit 69c6e0790d
24 changed files with 133 additions and 212 deletions

View File

@@ -3,7 +3,7 @@ import { Service } from 'typedi';
import config from '@/config';
import { Logger } from '@/logger';
import { RedisClientService } from '@/services/redis/redis-client.service';
import { RedisClientService } from '@/services/redis-client.service';
import type { ScalingPubSubChannel } from './pubsub.types';