Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P.sh: missing disk parameter for redis-persistent service #4375

Merged
merged 3 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sites/platform/src/add-services/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ To define the service, use the `redis-persistent` endpoint:
# The name of the service container. Must be unique within a project.
<SERVICE_NAME>:
type: redis-persistent:<VERSION>
disk: 256
```

Note that changing the name of the service replaces it with a brand new service and all existing data is lost.
Expand Down Expand Up @@ -401,7 +402,6 @@ runtime:
# The name of the service container. Must be unique within a project.
redis:
type: redis:{{% latest "redis" %}}
disk: 256
```

#### [App configuration](/create-apps/_index.md)
Expand Down
1 change: 1 addition & 0 deletions sites/platform/src/guides/drupal/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ To define the service, use the `redis-persistent` endpoint:
# The name of the service container. Must be unique within a project.
<SERVICE_NAME>:
type: redis-persistent:<VERSION>
disk: 256
```

Note that changing the name of the service replaces it with a brand new service and all existing data is lost.
Expand Down
Loading