43 lines
1.7 KiB
Markdown
43 lines
1.7 KiB
Markdown
---
|
|
gitea: none
|
|
include_toc: true
|
|
---
|
|
|
|
# redis-client
|
|
|
|
## Synopsis
|
|
|
|
Application service needs interact with a Redis server.
|
|
|
|
[Software's website.](https://redis.io/)
|
|
|
|
|
|
|
|
## Variables for expert
|
|
|
|
### Général
|
|
|
|
#### Redis
|
|
|
|
| Parameter | Comments |
|
|
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|
|
|
| **[general.redis.redis_client_username](dictionaries/23_redis.xml)**<br/>mandatory<br/>**Type:** [`string`](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | Nom d'utilisateur.<br/>**Default:** *calculated* |
|
|
| **[general.redis.redis_client_password](dictionaries/23_redis.xml)**<br/>mandatory<br/>**Type:** [`password`](https://forge.cloud.silique.fr/risotto/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | Mot de passe de connexion.<br/>**Default:** *calculated* |
|
|
|
|
## Dependances
|
|
|
|
- [redis-common](../redis-common/README.md)
|
|
|
|
## Used by
|
|
|
|
- [peertube](../peertube/README.md)
|
|
- [piwigo](../piwigo/README.md)
|
|
- [forgejo](../forgejo/README.md)
|
|
- [roundcube](../roundcube/README.md)
|
|
- [nextcloud](../nextcloud/README.md)
|
|
|
|
## Provider
|
|
|
|
[redis](../redis/README.md)
|
|
|
|
[All applications services for this dataset.](../README.md)
|