fix: imported redis is undefined

This commit is contained in:
Matthew Lopez
2024-06-24 17:07:01 -04:00
parent 8292c6248f
commit 9712c4d95b

View File

@@ -1,5 +1,5 @@
import fs from 'fs-extra';
import redis from 'redis';
import * as redis from 'redis';
import { config, disabledFeatures } from '@/config-manager';
let client: redis.RedisClientType;