.. _installation_redis: Redis Configuration =================== Redis is used when using the :ref:`monitoring with Prometheus` feature. If you do not use it, your can skip this setup. Generate a password : :: dd if=/dev/urandom bs=1 count=32 2>/dev/null | base64 -w 0 | rev | cut -b 2- | rev You will have to modify ``/etc/redis.conf``: - Replace ``#requirepass foobared`` with ``requirepass PREVIOUS_GENERATED_PASSWORD`` - Replace ``appendonly no`` with ``appendonly yes`` - Replace ``auto-aof-rewrite-percentage 100`` with ``auto-aof-rewrite-percentage 20`` - Replace ``auto-aof-rewrite-min-size 64mb`` with ``auto-aof-rewrite-min-size 200kb`` Create and fill ``/etc/tuleap/conf/redis.inc`` with : ::