Skip to content

Add local cache and handle Redis moved errors

Compare
Choose a tag to compare
@iegomez iegomez released this 28 Jun 01:32
· 194 commits to master since this release
52a9a8f
  • 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.