Skip to content

Release v3.0.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jul 15:29

Concord v3.0.0-beta.0

Installation

Add concord to your dependencies in mix.exs:

def deps do
  [
    {:concord, "~> 3.0.0-beta.0"}
  ]
end

Documentation

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

Full Changelog: v2.4.0...v3.0.0-beta.0