hyp3rd/hypercache
HyperCache is a thread-safe high-performance cache implementation in `Go` that supports multiple backends with optional size limits, item expiration, and pluggable eviction algorithms. It can be used as a standalone cache (single process or distributed via Redis / Redis Cluster) or wrapped by the to decorate operations with middleware
GitHub repository with 6 stars and 0 forks.
Language: Go
Topics: cache, caching, distributed-cache, distributed-computing, go, golang, high-performance, redis-cache