dataset/seed/redis
2023-08-29 10:37:29 +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 doc 2023-08-29 10:37:29 +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-29 10:37:29 +02:00

Table of Contents

Return to the list of application services.

redis

Synopsis

Redis, an in-memory data structure store.

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

Variables

General

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

Requirements services

Mandatories

  • LocalDNS: DNS forwarder for local domain name.

Optionals

  • Journald: Concentrate journal messages on one host.

Dependances

Useful for services

  • forgejo: Forgejo, a community managed lightweight code hosting solution.
  • gitea: Transitional package for Gitea to Forgejo.
  • nextcloud: Nextcloud, Online collaboration platform.
  • peertube: Peertube, a federated (ActivityPub) video streaming platform.
  • piwigo: Piwigo, a photo management software.
  • roundcube: Roundcube, a webmail.