Skip to content

Release v2.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 06:01
1b25c28

Concord v2.3.0

Installation

Add concord to your dependencies in mix.exs:

def deps do
  [
    {:concord, "~> 2.3.0"}
  ]
end

Documentation

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

  • [codex] Add Turso storage engine by @gsmlg in #29

Full Changelog: v2.2.0...v2.3.0