fix: imported redis is undefined

This commit is contained in:
Matthew Lopez 2024-06-24 17:07:01 -04:00
parent 8292c6248f
commit 9712c4d95b
No known key found for this signature in database
GPG Key ID: 302A6EE3D63B7E0E

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;