Skip to content

Release v2.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jun 01:36
fe598e4

Concord v2.1.1

Installation

Add concord to your dependencies in mix.exs:

def deps do
  [
    {:concord, "~> 2.1.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: guard compressed value replay by @gsmlg in #25
  • fix: decompress prefix scan values by @gsmlg in #26

Full Changelog: v2.1.0...v2.1.1