Skip to content

Commit

Permalink
AP-5015 added maxRetriesPerRequest to RedisConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kjamrog committed Aug 30, 2024
1 parent 98909ad commit b1d5f0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/configTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export type RedisConfig = {
password?: string
commandTimeout?: number
connectTimeout?: number
maxRetriesPerRequest?: number | null
useTls: boolean
}

Expand Down

0 comments on commit b1d5f0b

Please sign in to comment.