dataset/seed/redis/README.md
2023-08-10 09:34:41 +02:00

5.7 KiB

Table of Contents

redis

Synopsis

Redis, an in-memory data structure store.

More informations about this software.

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_

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

Parameter Comments
accounts.remote_.ip_
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.