Skip to content

Release v1.0.2

Choose a tag to compare

@github-actions github-actions released this 22 Mar 18:13
· 36 commits to main since this release

Concord v1.0.2

Installation

Add concord to your dependencies in mix.exs:

def deps do
  [
    {:concord, "~> 1.0.2"}
  ]
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

Full Changelog: v1.0.1...v1.0.2