dataset/seed/redis
2023-08-10 21:58:39 +02:00
..
creolefuncs remove application version 2022-07-01 22:10:33 +02:00
dictionaries redis: create redis user in client 2023-06-23 08:10:03 +02:00
extras/accounts update 2023-07-31 15:30:32 +02:00
funcs redis: create redis user in client 2023-06-23 08:10:03 +02:00
templates redis: create redis user in client 2023-06-23 08:10:03 +02:00
tests redis in fedora 36 2022-07-08 13:23:01 +02:00
applicationservice.yml update doc 2023-08-01 15:13:17 +02:00
DEBUG.md add redis debug informations 2022-10-01 19:07:14 +02:00
doc.md remove application version 2022-07-01 22:10:33 +02:00
README.md update doc 2023-08-10 21:58:39 +02:00

Table of Contents

redis

Synopsis

Redis, an in-memory data structure store.

Software's website.

Variables

Général

Redis

Configuration du service de cache Redis.

Parameter Comments
general.redis.redis_instance_name
mandatory
Type: string
Nom de l'instance.
Default: calculated
general.redis.redis_save
mandatory
Type: string
Activer la persistence des données.
Default: False
general.redis.redis_max_memory
mandatory
Type: number
Quantité de mémoire utilisable par Redis.
La valeur est en Mo.
Default: 512
general.redis.redis_memory_policy
mandatory
Type: choice
Méthode de libération de mémoire lorsque le maximum est atteint.
Choices:
- volatile-lru
- allkeys-lru
- volatile-lfu
- allkeys-lfu
- volatile-random
- allkeys-random
- volatile-ttl
- noeviction ← default
general.redis.redis_tcp_keepalive
mandatory
Type: number
Intervalle entre le dernier envoi de paquet TCP et la réponse ACK.
La valeur est en seconde.
Default: 300
general.redis.redis_max_clients
mandatory
Type: number
Nombre de client maximum autorisé.
Default: 10000

Accounts

remote_suffix value

This a dynamic family generated from the variable "accounts.remotes".

Parameter Comments
accounts.remote_suffix value.ip_suffix value
mandatory
Type: ip
Default: calculated

Requirements services

  • LocalDNS
  • Journald

bold: provider is mandatory

Example

Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.

redis:
  applicationservice: redis
  provider_zone: redis
  zones_name:
    - localdns

Dependances

Supplier

redis-client

All applications services for this dataset.