Skip to content

Commit

Permalink
Merge pull request #4375 from platformsh/psh-redis-persist-disk
Browse files Browse the repository at this point in the history
P.sh: missing disk parameter for redis-persistent service
  • Loading branch information
gregqualls authored Feb 7, 2025
2 parents 2bff8d6 + 27ed65e commit 2c47002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 2c47002

Please sign in to comment.