Skip to content

Commit

Permalink
modify redis config
Browse files Browse the repository at this point in the history
  • Loading branch information
colddew committed Sep 13, 2021
1 parent ebaed8c commit a1fe100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spring.data.mongodb.organization.database=organization


# redis
redis.nodes=127.0.0.1:7000;127.0.0.1:7001;127.0.0.1:7002;127.0.0.1:7003;127.0.0.1:7004;127.0.0.1:7005
redis.nodes=127.0.0.1:7000,127.0.0.1:7001,127.0.0.1:7002,127.0.0.1:7003,127.0.0.1:7004,127.0.0.1:7005
redis.timeout=5000
redis.minIdle=5
redis.maxIdle=10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spring.data.mongodb.organization.database=organization


# redis
redis.nodes=127.0.0.1:7000;127.0.0.1:7001;127.0.0.1:7002;127.0.0.1:7003;127.0.0.1:7004;127.0.0.1:7005
redis.nodes=127.0.0.1:7000,127.0.0.1:7001,127.0.0.1:7002,127.0.0.1:7003,127.0.0.1:7004,127.0.0.1:7005
redis.timeout=5000
redis.minIdle=5
redis.maxIdle=10
Expand Down

0 comments on commit a1fe100

Please sign in to comment.