kvx
Cache
A simple in-memory Key/Value Store with basic operations and configuration options
Simple in-memory Key/Value Store written in Elixir using cabol/ex_shards
101 stars
6 watching
5 forks
Language: Elixir
last commit: over 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
cabol/ex_shards | Provides a wrapper around ETS tables or Shards to scale-out Elixir data storage | 42 |
cabol/nebulex | A toolkit for adding in-memory and distributed caching to Elixir applications. | 1,253 |
sasa1977/con_cache | An Elixir-based key/value cache with row-level isolated writes and time-to-live (TTL) support. | 910 |
jongretar/exbitcask | An Elixir wrapper around Basho's Bitcask Key/Value store for fast data access and storage | 12 |
vaccovecrana/vephar | A minimal key-value store with API and web UI using raft cluster coordination and badger data storage | 16 |
chili-epfl/qml-cache | A persistent key-value store plugin for QML applications | 13 |
cabol/shards | Provides transparent and out-of-box sharding support for Erlang/Elixir ETS tables | 294 |
melpon/memoize | A caching macro for Elixir that uses CAS on ETS to optimize function calls | 189 |
kbrw/gitex | An Elixir implementation of the Git object storage model, focusing on protocol over Git and enabling reuse with other storage systems. | 68 |
synrc/kvs | A compact, distributed key-value store with support for polymorphic data and multiple backends. | 178 |
christhekeele/mnemonix | Provides a unified interface to key/value stores in Elixir and Erlang | 39 |
whitfin/stash | A small Elixir library providing a user-friendly interface to Erlang's ETs caching system | 52 |
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
whitfin/cachex | A high-performance caching system with features like transactions, expiration, and distribution across nodes. | 1,601 |
cabol/nebulex_examples | A collection of examples showcasing Nebulex's features and use cases in various Elixir applications | 29 |