Created by: jmkerloch
resolves #89 (closed)
Cacher
interface
- update
AddWeakEtag
andRemoveWeakEtag
function to return error -
⚠ for now if an error is returned, a message is displayed in log as a warning
CacheRedis
implementation of Cacher
- new implementation with use of a Redis server
API
-
etag.go
: addEtagToWeakEtag
function to mutualize code forCacheRedis
andCacheNaive
GitHub Action
- add redis service for
CacheRedis
tests