<variablename="redis_save"description="Activer la persistence des données">
<value>False</value>
</variable>
<variablename="redis_max_memory"type="number"description="Quantité de mémoire utilisable par Redis"help="La valeur est en Mo">
<value>512</value>
</variable>
<variablename="redis_memory_policy"description="Méthode de libération de mémoire lorsque le maximum est atteint"type="choice">
<value>noeviction</value>
<choice>volatile-lru</choice>
<choice>allkeys-lru</choice>
<choice>volatile-lfu</choice>
<choice>allkeys-lfu</choice>
<choice>volatile-random</choice>
<choice>allkeys-random</choice>
<choice>volatile-ttl</choice>
<choice>noeviction</choice>
</variable>
<variablename="redis_tcp_keepalive"type="number"description="Intervalle entre le dernier envoi de paquet TCP et la réponse ACK"help="La valeur est en seconde">
<value>60</value>
</variable>
<variablename="redis_max_clients"type="number"description="Nombre de client maximum autorisé">