Release v3.0.0-beta.3
Pre-release
Pre-release
Concord v3.0.0-beta.3
Installation
Add concord to your dependencies in mix.exs:
def deps do
[
{:concord, "~> 3.0.0-beta.3"}
]
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.2...v3.0.0-beta.3