jc
Cache system
A distributed in-memory cache with features like Pub/Sub, JSON querying, and consistency mechanisms.
Erlang, in-memory distributable cache
26 stars
4 watching
2 forks
Language: Erlang
last commit: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
fogfish/cache | A library implementing an in-memory cache with segmented storage and time-to-live policies | 137 |
nrkno/yr-cachyr | A small, single-purpose data cache written in Swift. | 126 |
jaemk/cached | Provides Rust implementations of caching structures and simplified function memoization. | 1,565 |
zkat/cacache-rs | A high-performance, concurrent cache system with support for async APIs and various features. | 539 |
jr0senblum/jwalk | A library for navigating and manipulating common JSON representations in Erlang | 7 |
joakimskoog/cashew | A simple HTTP client cache library that allows developers to easily implement caching in their applications. | 83 |
yiling-j/theine-go | A high-performance in-memory cache with support for generics and adaptive eviction policies. | 278 |
jean-smaug/koache | Caching middleware for Koa.js applications | 6 |
krestenkrab/hanoidb | An Erlang-based indexed key/value storage engine with log-structured merge tree and efficient range queries | 306 |
laruence/yac | A fast, shared memory cache system for storing and retrieving data in PHP applications. | 825 |
pjfanning/jackson-caffeine-cache | A caching layer for Jackson's data serialization and deserialization process using Caffeine cache management | 6 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
netflix/evcache | A distributed in-memory caching solution designed to store frequently used data for short-term use cases | 2,058 |
thinkjs/think-cache-redis | A Redis-based cache system for ThinkJS applications. | 5 |