con_cache
Cache
An Elixir-based key/value cache with row-level isolated writes and time-to-live (TTL) support.
ets based key/value cache with row level isolated writes and ttl support
910 stars
18 watching
71 forks
Language: Elixir
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cheshir/ttlcache | A simple in-memory key-value storage with time-to-live (TTL) support | 9 |
cabol/kvx | A simple in-memory Key/Value Store with basic operations and configuration options | 101 |
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
melpon/memoize | A caching macro for Elixir that uses CAS on ETS to optimize function calls | 189 |
whitfin/stash | A small Elixir library providing a user-friendly interface to Erlang's ETs caching system | 52 |
arago/lru_cache | A cache implementation using an LRU (Least Recently Used) eviction strategy and ETS tables for efficient storage and retrieval of cached data. | 36 |
jellydator/ttlcache | An in-memory caching system with automatic expiration and deletion of items based on user-defined time-to-live (TTL) parameters. | 951 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
lucaong/cubdb | An embedded key-value database designed for robustness and minimal resource usage, supporting atomic transactions, concurrency control, and range selection. | 566 |
meh/exts | A lightweight Elixir wrapper around the built-in ets table implementation for storing and managing Erlang terms | 8 |
christhekeele/mnemonix | Provides a unified interface to key/value stores in Elixir and Erlang | 39 |
cabol/ex_shards | Provides a wrapper around ETS tables or Shards to scale-out Elixir data storage | 42 |
snazy/ohc | A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,071 |
whitfin/cachex | A high-performance caching system with features like transactions, expiration, and distribution across nodes. | 1,601 |
angelnikolov/ts-cacheable | An observable/promise caching decorator for class methods returning streams | 340 |