# README
redicache
Redis cache library to be used by different golang projects.
Cache will be added in controlled way by first registering candidate for cache and defining key pattern.
Cache Candidate must implement provided interface.
# Functions
InitSession initialize session with redis server with given config.
# Structs
RedisConfig is only used cache LabST items.
RedisSession defines connection to specific redis server an exposes methods to save/retrive data.
# Interfaces
CacheCandidate defines base to create structs that can be added to cache.