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
911 stars
18 watching
71 forks
Language: Elixir
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A simple in-memory key-value storage with time-to-live (TTL) support | 9 |
| A simple in-memory Key/Value Store with basic operations and configuration options | 101 |
| A fast key-value store with expiration times and thread safety. | 97 |
| A caching macro for Elixir that uses CAS on ETS to optimize function calls | 192 |
| A small Elixir library providing a user-friendly interface to Erlang's ETs caching system | 52 |
| A cache implementation using an LRU (Least Recently Used) eviction strategy and ETS tables for efficient storage and retrieval of cached data. | 36 |
| An in-memory caching system with automatic expiration and deletion of items based on user-defined time-to-live (TTL) parameters. | 975 |
| A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
| An embedded key-value database designed for robustness and minimal resource usage, supporting atomic transactions, concurrency control, and range selection. | 570 |
| A lightweight Elixir wrapper around the built-in ets table implementation for storing and managing Erlang terms | 7 |
| Provides a unified interface to key/value stores in Elixir and Erlang | 39 |
| Provides a wrapper around ETS tables or Shards to scale-out Elixir data storage | 42 |
| A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,072 |
| A high-performance caching system with features like transactions, expiration, and distribution across nodes. | 1,617 |
| An observable/promise caching decorator for class methods returning streams | 341 |