Files
crowdsec-bouncer-traefik-pl…/exemples/redis-cache
maxlerebourgandGitHub 0c2668d578 add redis database selection (#100)
*  add redis database selection

* 📝 update docs

* 📝 readme
2023-05-25 17:20:14 +02:00
..
2022-12-30 23:35:33 +01:00

Exemple

With Redis as an external shared cache

The plugin must be configured to connect to a redis instance

  redisCacheHost: "redis:6379"

Here redis is the hostname of a container located in the same network as Traefik and 6379 is the default port of redis

To play the demo environment run:

make run_cacheredis