export RedisClient type

This commit is contained in:
Jan 2022-07-25 14:36:26 +02:00
parent 7062d8e469
commit b3f67026a1
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

@ -109,4 +109,4 @@ class CachedDb<T> {
}
}
export { CachedDb }
export { CachedDb, RedisClient }