Release v3.0.0-beta.5
Pre-release
Pre-release
Concord v3.0.0-beta.5
Installation
Add concord to your dependencies in mix.exs:
def deps do
[
{:concord, "~> 3.0.0-beta.5"}
]
endDocumentation
Features
- Embedded distributed key-value store for Elixir
- Viewstamped Replication for strong consistency
- Secondary indexes with declarative extractors
- TTL support, compression, and bulk operations
- Backup/restore and snapshot support
What's Changed
Full Changelog: v3.0.0-beta.4...v3.0.0-beta.5