dataset/seed/redis-client/README.md

44 lines
1.7 KiB
Markdown
Raw Normal View History

2022-12-24 13:01:51 +01:00
---
gitea: none
include_toc: true
---
# redis-client
2023-08-02 09:26:54 +02:00
## Synopsis
2022-12-24 13:01:51 +01:00
Application service needs interact with a Redis server.
2023-08-02 09:26:54 +02:00
[More informations about this software.](https://redis.io/)
2022-12-24 13:01:51 +01:00
2023-06-29 18:56:46 +02:00
2023-08-02 09:26:54 +02:00
## Variables for expert
2022-12-24 13:01:51 +01:00
2023-08-02 09:26:54 +02:00
### Général
2022-12-24 13:01:51 +01:00
2023-08-02 09:26:54 +02:00
#### Redis
2022-12-24 13:01:51 +01:00
2023-08-02 09:26:54 +02:00
| 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* |
2022-12-24 13:01:51 +01:00
2023-08-02 09:26:54 +02:00
## Dependances
2022-12-24 13:01:51 +01:00
2023-08-02 09:26:54 +02:00
- [redis-common](../redis-common/README.md)
2022-12-24 13:01:51 +01:00
## Used by
- [peertube](../peertube/README.md)
- [piwigo](../piwigo/README.md)
2023-01-17 21:43:32 +01:00
- [forgejo](../forgejo/README.md)
2022-12-24 13:01:51 +01:00
- [roundcube](../roundcube/README.md)
- [nextcloud](../nextcloud/README.md)
2023-01-18 09:19:37 +01:00
## Provider
2022-12-24 13:01:51 +01:00
2023-01-18 09:19:37 +01:00
[redis](../redis/README.md)
2023-02-14 14:43:41 +01:00
[All applications services for this dataset.](../README.md)