diff --git a/src/config/configTypes.ts b/src/config/configTypes.ts index 2efcc6b..1c26166 100644 --- a/src/config/configTypes.ts +++ b/src/config/configTypes.ts @@ -6,7 +6,8 @@ export type RedisConfig = { /** * An integer from 0 to 15, inclusive */ - db: number + db?: number + keyPrefix?: string port: number username?: string password?: string