redis_host: localhost
redis_port: 6379
redis_path: null
+ redis_password: null
redis_host: localhost
redis_port: 6379
redis_path: null
+ redis_password: null
Bedeutung von jedem Parameter
-----------------------------
"redis_host", "localhost", "IP oder Hostname des Zielservers (ignoriert bei Unix Schema)"
"redis_port", "6379", "TCP/IP Port des Zielservers (ignoriert bei Unix Schema)"
"redis_path", "null", "Pfad zur Unix Domain Socket Datei, wenn Redis Unix Domain Sockets nutzt"
+ "redis_password", "null", "Password defined in the Redis server configuration (parameter `requirepass` in `redis.conf`)"
redis_host: localhost
redis_port: 6379
redis_path: null
+ redis_password: null
Meaning of each parameter
-------------------------
"redis_host", "localhost", "IP or hostname of the target server (ignored for unix scheme)"
"redis_port", "6379", "TCP/IP port of the target server (ignored for unix scheme)"
"redis_path", "null", "Path of the UNIX domain socket file used when connecting to Redis using UNIX domain sockets"
+ "redis_password", "null", "Password defined in the Redis server configuration (parameter `requirepass` in `redis.conf`)"
redis_host: localhost
redis_port: 6379
redis_path: null
+ redis_password: null
Meaning of each parameter
-------------------------
"redis_host", "localhost", "IP ou hôte du serveur cible (ignoré pour un schéma unix)"
"redis_port", "6379", "Port TCP/IP du serveur cible (ignoré pour un schéma unix)"
"redis_path", "null", "Chemin du fichier de socket du domaine UNIX utilisé quand on se connecte à Redis en utilisant les sockets du domaine UNIX"
+ "redis_password", "null", "Mot de passe défini dans la configuration serveur de Redis (paramètre `requirepass` dans `redis.conf`)"
host: '%redis_host%'
port: '%redis_port%'
path: '%redis_path%'
+ password: '%redis_password%'
wallabag_core.exception_controller:
class: Wallabag\CoreBundle\Controller\ExceptionController