Categorygithub.com/powerpuffpenguin/xormcache
repositorypackage
0.0.0-20220512040031-51c89d66bee6
Repository: https://github.com/powerpuffpenguin/xormcache.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

xormcache

xorm.io is a database xorm library for golang. The xorm.io library provides an interface to implement the cache and already provides a localized lru cache. But localized caches are not suitable for microservices, because there may be multiple different services in microservices that use the database so they need a common network cache.

I wanted to use redis as a network cache for xorm.io, so I wrote this library