Skip to content

Commit

Permalink
MET-160 Add Redis keyPrefix to be used instead of db (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariacm authored Jul 10, 2024
1 parent 8aa3ba7 commit d148778
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/configTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d148778

Please sign in to comment.