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

Bump the docusaurus group with 3 updates #54

Merged
merged 3 commits into from
Nov 13, 2023
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 docs/technologies/databases/redis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ wp config set --type=constant WP_REDIS_DATABASE 0
wp config set --type=constant WP_REDIS_SCHEME unix
```

- use the `hostname` and `port` specified for the database as values for `WP_REDIS_PATH` and `WP_REDIS_PORT` (see [GET https://api.mittwald.de/v2/redis-databases/{id}](https://developer.mittwald.de/reference/v2#tag/Database/operation/database-get-redis-database))
- use the `hostname` and `port` specified for the database as values for `WP_REDIS_PATH` and `WP_REDIS_PORT` (see [`GET https://api.mittwald.de/v2/redis-databases/{id}`](https://developer.mittwald.de/reference/v2#tag/Database/operation/database-get-redis-database))
- Choose a free database number between 0 and 15 for the `WP_REDIS_DATABASE` value.

If you don’t like to use the WP-CLI, you can also install the plugin via the WordPress backend. After installation and activation, add the following entries to `wp-config.php`:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ wp config set --type=constant WP_REDIS_DATABASE 0
wp config set --type=constant WP_REDIS_SCHEME unix
```

- Nutze den `hostname` und `port` der Datenbank als Werte für `WP_REDIS_PATH` und `WP_REDIS_PORT` (siehe [GET https://api.mittwald.de/v2/redis-databases/{id}](https://developer.mittwald.de/reference/v2#tag/Database/operation/database-get-redis-database))
- Nutze den `hostname` und `port` der Datenbank als Werte für `WP_REDIS_PATH` und `WP_REDIS_PORT` (siehe [`GET https://api.mittwald.de/v2/redis-databases/{id}`](https://developer.mittwald.de/reference/v2#tag/Database/operation/database-get-redis-database))
- Wähle eine freie Datenbank zwischen 0 und 15 als Wert für `WP_REDIS_DATABASE`.

Wenn du die WP-CLI nicht benutzen möchtest, kannst du das Plugin auch über das WordPress-Dashboard installieren. Nach der Installation und Aktivierung fügst du der wp-config.php folgende Einträge hinzu:
Expand Down
Loading