Skip to content
Snippets Groups Projects
Commit 7992d4ee authored by Ben Johnson's avatar Ben Johnson
Browse files

Adding note to Redis documentation

Describing the configuration option available for password authentication.
parent 4c7a6818
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ The required tables are created automatically. If you are storing data from mult
To store sessions in Redis, set the `store.type` option to `redis`.
By default SimpleSAMLphp will attempt to connect to Redis on the `localhost` at port `6379`. These can be configured via the `store.redis.host` and `store.redis.port` options, respectively. You may also set a key prefix with the `store.redis.prefix` option.
By default SimpleSAMLphp will attempt to connect to Redis on the `localhost` at port `6379`. These can be configured via the `store.redis.host` and `store.redis.port` options, respectively. You may also set a key prefix with the `store.redis.prefix` option. For Redis instances that [require authentication](https://redis.io/commands/auth), use the `store.redis.password` option.
## Metadata storage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment