Skip to content

Commit

Permalink
fix(microservices): updated outdated redis options interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jul 20, 2022
1 parent c09337d commit d893469
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ export interface TcpOptions {
export interface RedisOptions {
transport?: Transport.REDIS;
options?: {
url?: string;
host?: string;
port?: number;
retryAttempts?: number;
retryDelay?: number;
serializer?: Serializer;
Expand Down

0 comments on commit d893469

Please sign in to comment.