-
- Downloads
Implement redis caching
cache_redis.go
0 → 100644
... | ... | @@ -4,5 +4,7 @@ go 1.12 |
require ( | ||
git.kuschku.de/justjanne/bahn-api v0.0.0-20190504114009-71c830fe0812 | ||
github.com/go-redis/cache v6.3.5+incompatible | ||
github.com/go-redis/redis v6.15.2+incompatible | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | ||
) |
Please register or sign in to comment