diff --git a/README.md b/README.md index c720fda2..25d34383 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,15 @@ define( 'WP_REDIS_SSL_CONTEXT', [ +
+Connecting using ACL authentication + +```php +define( 'WP_REDIS_PASSWORD', [ 'username', 'password' ] ); +``` + +
+ ## 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.