Skip to content

Commit

Permalink
fix: use different cache to point to redis
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Dec 20, 2023
1 parent afb611a commit 3acf96a
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion config/app/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cache:
connectTimeout: 3000
enableAutoPipelining: true
endpoints:
0: tin-livecache:6379
0: tin-livecache-master:6379
keyPrefix: ""
password: supersecret
readOnly: false
Expand Down
2 changes: 1 addition & 1 deletion config/app/lapras.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app:
cache:
live:
endpoints:
0: tin-livecache:6379
0: tin-livecache-master:6379
password: supersecret
tls: false
otel:
Expand Down
2 changes: 1 addition & 1 deletion config/app/pichu.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app:
cache:
live:
endpoints:
0: tin-livecache:6379
0: tin-livecache-master:6379
tls: false
otel:
logging:
Expand Down
2 changes: 1 addition & 1 deletion config/app/pikachu.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app:
cache:
live:
endpoints:
0: tin-livecache:6379
0: tin-livecache-master:6379
tls: false
otel:
logging:
Expand Down
2 changes: 1 addition & 1 deletion config/app/raichu.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app:
cache:
live:
endpoints:
0: tin-livecache:6379
0: tin-livecache-master:6379
tls: false
otel:
logging:
Expand Down
2 changes: 1 addition & 1 deletion infra/root_chart/app/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cache:
connectTimeout: 3000
enableAutoPipelining: true
endpoints:
0: tin-livecache:6379
0: tin-livecache-master:6379
keyPrefix: ""
password: supersecret
readOnly: false
Expand Down
2 changes: 1 addition & 1 deletion infra/root_chart/app/lapras.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app:
cache:
live:
endpoints:
0: tin-livecache:6379
0: tin-livecache-master:6379
password: supersecret
tls: false
otel:
Expand Down
2 changes: 1 addition & 1 deletion infra/root_chart/app/pichu.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app:
cache:
live:
endpoints:
0: tin-livecache:6379
0: tin-livecache-master:6379
tls: false
otel:
logging:
Expand Down
2 changes: 1 addition & 1 deletion infra/root_chart/app/pikachu.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app:
cache:
live:
endpoints:
0: tin-livecache:6379
0: tin-livecache-master:6379
tls: false
otel:
logging:
Expand Down
2 changes: 1 addition & 1 deletion infra/root_chart/app/raichu.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app:
cache:
live:
endpoints:
0: tin-livecache:6379
0: tin-livecache-master:6379
tls: false
otel:
logging:
Expand Down

0 comments on commit 3acf96a

Please sign in to comment.