shaj13 / go-guardian

Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication.
MIT License
543 stars 55 forks source link

feature request: redis as a cache #120

Closed c-nv-s closed 2 years ago

c-nv-s commented 2 years ago

What version of Go-Guardian are you using ?

Go-Guardian Version: 2.11.4

It would be nice to be able to use redis as a cache for the store instead of in-memory. This would allow more flexibility for scaling to multiple instances and help with app upgrades.

shaj13 commented 2 years ago

@c-nv-s

this is out of the scope of this library,

See the following tutorial on how to scale the app horizontally without relying on any third service.