switch over more redis clients to drift common clients

This commit is contained in:
Nour Alharithi
2024-10-24 13:46:47 -07:00
parent 2aaa6a50c6
commit 61e6854f30
6 changed files with 9 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ import {
OrderActionRecord,
Event,
} from '@drift-labs/sdk';
import { RedisClient, RedisClientPrefix } from '@drift/common';
import { RedisClient, RedisClientPrefix } from '@drift/common/clients';
import { logger, setLogLevel } from '../utils/logger';
import { sleep } from '../utils/utils';