add external simpleredis and add log for cache (#73)

*  add external simpleredis and add log for cache

* 🐛 fix comment
This commit is contained in:
maxlerebourg
2022-12-31 16:18:08 +01:00
committed by GitHub
parent 11b615b9bd
commit f14a4e3a68
8 changed files with 220 additions and 9 deletions
+2 -1
View File
@@ -14,11 +14,12 @@ import (
"text/template"
"time"
simpleredis "github.com/maxlerebourg/simpleredis"
cache "github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin/pkg/cache"
configuration "github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin/pkg/configuration"
ip "github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin/pkg/ip"
logger "github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin/pkg/logger"
simpleredis "github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin/pkg/simpleredis"
)
const (