gorm-cache icon indicating copy to clipboard operation
gorm-cache copied to clipboard

Add Multi-instance support for redis storage

Open Avinash-Kamath opened this issue 1 year ago • 0 comments

Support for using same redis space when running multiple servers.

When running multiple app servers for the same app, all the servers are connected same DB. So it make sense to add use common cache.

Example: If there are 2 items in the list for instance A and 2 items in list for instance B. If one item gets deleted. Cache should be invalidated for both instances.

Avinash-Kamath avatar Jun 14 '24 07:06 Avinash-Kamath