All activity
daoshenzzg
left a comment
Jetcache-go is a general-purpose cache access framework for Go, based on go-redis/cache. Its core features include: flexible two-level caching combinations (memory, Redis, or custom storage); a Once interface based on the singleflight pattern (highly concurrent and thread-safe); default MsgPack encoding and decoding, with optional sonic and native JSON; default local cache implementations...
jetcache-go
mgtv-tech/jetcache-go: Universal cache framework for Go