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: about 2 years ago
Linked from 2 awesome lists
cachecrdteventually-consistentgolanggossip-protocolin-memory-cachinglru-cache
Related projects:
Repository | Description | Stars |
---|---|---|
| A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
| Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 141 |
| Provides in-memory caching with clustering support | 45 |
| A fast key-value store with expiration times and thread safety. | 97 |
| A high-performance in-memory cache with support for generics and adaptive eviction policies. | 281 |
| A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
| A high-performance, concurrent cache system with support for async APIs and various features. | 556 |
| A distributed in-memory cache with features like Pub/Sub, JSON querying, and consistency mechanisms. | 26 |
| Provides Rust implementations of caching structures and simplified function memoization. | 1,605 |
| An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
| A memcached client library written in Rust for interacting with distributed memory caching systems. | 135 |
| A caching framework for Go that uses Redis and supports schema-based, typed caching with memoization and versioning. | 23 |
| A client library for using Apache Kafka as a persistent store for an in-memory cache | 245 |
| A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. | 13 |
| A caching service built on top of Couchbase using Go, providing REST APIs for storing and retrieving key-value pairs. | 64 |