Skip to content

Release v2.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 03:49
23db79e

Concord v2.2.0

Installation

Add concord to your dependencies in mix.exs:

def deps do
  [
    {:concord, "~> 2.2.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

  • fix: guard prefix_scan ETS access by @gsmlg in #28

Full Changelog: v2.1.1...v2.2.0