cacheme-go
Caching framework
A caching framework for Go that uses Redis and supports schema-based, typed caching with memoization and versioning.
🚀 Schema based, typed Redis caching/memoize framework for Go
23 stars
3 watching
1 forks
Language: Go
last commit: almost 3 years ago
Linked from 2 awesome lists
cacheframeworkmemoizationormredis
Related projects:
Repository | Description | Stars |
---|---|---|
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
yiling-j/theine-go | A high-performance in-memory cache with support for generics and adaptive eviction policies. | 279 |
no-src/nscache | A caching framework that supports multiple data source drivers and provides a simple way to implement cache in Go applications | 11 |
faabiosr/cachego | Provides a simple caching interface with multiple caching drivers | 370 |
rocketlaunchr/remember-go | A package to cache slow database queries using in-memory or Redis storage | 139 |
muesli/cache2go | A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,125 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
oastuff/clusteredbigcache | Provides in-memory caching with clustering support | 45 |
yuseferi/gocache | An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
maypok86/otter | A high-performance caching library for Go that provides automatic configuration and features such as TTL, cost-based eviction, and deletion listeners. | 1,715 |
thepaw/go-gt | A Go library for a high-performance, in-memory caching system | 11 |
oracle/coherence-go-client | Provides a Go interface to interact with a distributed caching platform using gRPC | 10 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
jaemk/cached | Provides Rust implementations of caching structures and simplified function memoization. | 1,565 |
defcronyke/godscache | Provides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms | 11 |