Concord v2.1.1
Installation
Add concord to your dependencies in mix.exs:
def deps do
[
{:concord, "~> 2.1.1"}
]
endDocumentation
Features
- Embedded distributed key-value store for Elixir
- Raft consensus via Ra for strong consistency
- Secondary indexes with declarative extractors
- TTL support, compression, and bulk operations
- Backup/restore and snapshot support
What's Changed
- fix: guard compressed value replay by @gsmlg in #25
- fix: decompress prefix scan values by @gsmlg in #26
Full Changelog: v2.1.0...v2.1.1