bcache
Cache system
A distributed in-memory caching system with eventual consistency and configurable maximum keys
Eventually consistent distributed in-memory cache Go library
156 stars
6 watching
20 forks
Language: Go
last commit: almost 2 years ago
Linked from 2 awesome lists
cachecrdteventually-consistentgolanggossip-protocolin-memory-cachinglru-cache
Related projects:
Repository | Description | Stars |
---|---|---|
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
oastuff/clusteredbigcache | Provides in-memory caching with clustering support | 45 |
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
yiling-j/theine-go | A high-performance in-memory cache with support for generics and adaptive eviction policies. | 278 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
zkat/cacache-rs | A high-performance, concurrent cache system with support for async APIs and various features. | 539 |
jr0senblum/jc | A distributed in-memory cache with features like Pub/Sub, JSON querying, and consistency mechanisms. | 26 |
jaemk/cached | Provides Rust implementations of caching structures and simplified function memoization. | 1,565 |
yuseferi/gocache | An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
aisk/rust-memcache | A memcached client library written in Rust for interacting with distributed memory caching systems. | 132 |
yiling-j/cacheme-go | A caching framework for Go that uses Redis and supports schema-based, typed caching with memoization and versioning. | 23 |
rayokota/kcache | A client library for using Apache Kafka as a persistent store for an in-memory cache | 245 |
ulovecode/gdcache | A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. | 13 |
codingsince1985/couchcache | A caching service built on top of Couchbase using Go, providing REST APIs for storing and retrieving key-value pairs. | 64 |