Skip to content

Release v2.3.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 07:36

Concord v2.3.1

Installation

Add concord to your dependencies in mix.exs:

def deps do
  [
    {:concord, "~> 2.3.1"}
  ]
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: restore ETS tables during Ra replay by @gsmlg in #31

Full Changelog: v2.3.0...v2.3.1