Skip to content

Commit

Permalink
优化代码,增加redisson配置
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiGaoRobot committed Feb 10, 2022
1 parent 9aa7a6d commit 6639ec8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buyer-api/src/main/resources/redisson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ singleServerConfig:
password: lilishop
subscriptionsPerConnection: 5
clientName: null
address: "redis://pg2481.com:6379"
address: "redis://127.0.0.1:6379"
subscriptionConnectionMinimumIdleSize: 1
subscriptionConnectionPoolSize: 50
connectionMinimumIdleSize: 24
Expand Down
2 changes: 1 addition & 1 deletion common-api/src/main/resources/redisson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ singleServerConfig:
password: lilishop
subscriptionsPerConnection: 5
clientName: null
address: "redis://pg2481.com:6379"
address: "redis://127.0.0.1:6379"
subscriptionConnectionMinimumIdleSize: 1
subscriptionConnectionPoolSize: 50
connectionMinimumIdleSize: 24
Expand Down
2 changes: 1 addition & 1 deletion consumer/src/main/resources/redisson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ singleServerConfig:
password: lilishop
subscriptionsPerConnection: 5
clientName: null
address: "redis://pg2481.com:6379"
address: "redis://127.0.0.1:6379"
subscriptionConnectionMinimumIdleSize: 1
subscriptionConnectionPoolSize: 50
connectionMinimumIdleSize: 24
Expand Down
2 changes: 1 addition & 1 deletion manager-api/src/main/resources/redisson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ singleServerConfig:
password: lilishop
subscriptionsPerConnection: 5
clientName: null
address: "redis://pg2481.com:6379"
address: "redis://127.0.0.1:6379"
subscriptionConnectionMinimumIdleSize: 1
subscriptionConnectionPoolSize: 50
connectionMinimumIdleSize: 24
Expand Down
2 changes: 1 addition & 1 deletion seller-api/src/main/resources/redisson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ singleServerConfig:
password: lilishop
subscriptionsPerConnection: 5
clientName: null
address: "redis://pg2481.com:6379"
address: "redis://127.0.0.1:6379"
subscriptionConnectionMinimumIdleSize: 1
subscriptionConnectionPoolSize: 50
connectionMinimumIdleSize: 24
Expand Down

0 comments on commit 6639ec8

Please sign in to comment.