chore(server): use ioredis (#2116)

This commit is contained in:
Jason Rasmussen
2023-03-31 10:36:08 -04:00
committed by GitHub
parent 009b6e3ca5
commit 49f66be8af
8 changed files with 74 additions and 64 deletions

View File

@@ -1,3 +1,4 @@
export * from './database.config';
export * from './infra.config';
export * from './infra.module';
export * from './redis-io.adapter';