Skip to content

Release v1.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Mar 03:55
· 42 commits to main since this release
41e9918

Concord v1.0.1

Installation

Add concord to your dependencies in mix.exs:

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

Documentation

Features

  • Distributed, strongly-consistent embedded key-value store
  • Raft consensus algorithm via Ra
  • 600K+ ops/sec performance
  • HTTP REST API with OpenAPI documentation
  • Token-based authentication and RBAC
  • TTL support, compression, and bulk operations

What's Changed

  • Fix review issues: correctness, tests, and documentation by @gsmlg in #5

Full Changelog: v1.0.0...v1.0.1