Replace redigo with redis-go

We are replacing the very outdated redigo Go module with the official
redis Go module, go-redis.

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
Milos Gajdos
2023-08-25 11:32:23 +01:00
parent 293b588075
commit fcbc25e789
266 changed files with 42877 additions and 4320 deletions

4
vendor/github.com/redis/go-redis/v9/.golangci.yml generated vendored Normal file
View File

@@ -0,0 +1,4 @@
run:
concurrency: 8
deadline: 5m
tests: false