Skip to content

Commit

Permalink
Remove client-side sharding redis config
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrolezi committed Sep 23, 2024
1 parent b2510c8 commit cea01f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ jobs:
aws ecs update-service \
--cluster ${{ vars.ECS_CLUSTER }} \
--service ${{ vars.ECS_SERVICE_NAME }} \
--task-definition ${{ vars.ECS_SERVICE_NAME }}-task \
--force-new-deployment \
--region ${{ vars.AWS_REGION }}
13 changes: 0 additions & 13 deletions config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,19 +158,6 @@
'database' => env('REDIS_DB', '0'),
],

'clusters' => [
'default' => [
[
'url' => env('REDIS_URL'),
'host' => env('REDIS_HOST', '127.0.0.1'),
'username' => env('REDIS_USERNAME'),
'password' => env('REDIS_PASSWORD'),
'port' => env('REDIS_PORT', '6379'),
'database' => env('REDIS_DB', '0'),
],
],
],

'cache' => [
'url' => env('REDIS_URL'),
'host' => env('REDIS_HOST', '127.0.0.1'),
Expand Down

0 comments on commit cea01f0

Please sign in to comment.