Skip to content

Commit

Permalink
add ACL example
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss authored Oct 20, 2023
1 parent cfdb9f1 commit 4c5610e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,15 @@ define( 'WP_REDIS_SSL_CONTEXT', [

</details>

<details>
<summary>Connecting using ACL authentication</summary>

```php
define( 'WP_REDIS_PASSWORD', [ 'username', 'password' ] );
```

</details>

## Scaling

Redis Object Cache offers various replication, sharding, cluster and sentinel setups to users with advanced technical knowledge of Redis and PHP, that have consulted the [Predis](https://github.com/predis/predis), [PhpRedis](https://github.com/phpredis/phpredis) or [Relay](https://relay.so/docs) documentation.
Expand Down

0 comments on commit 4c5610e

Please sign in to comment.