- A new cache store using go-cache is available and may be used instead of the regular Redis ones. Check README for new cache options.
- Added basic handling of
MOVED
errors in Redis cluster for both the cache and the backend. - Refactored cache by moving it to its own package and adding tests.