Getting Started

  • Installation — prerequisites, the package, and the acor CLI
  • Quick Start — a first matcher, and every Redis topology

Runnable examples

Three complete programs in the repository build against the current API: examples/basic, examples/batch, and examples/parallel. Each expects Redis at localhost:6379 and uses its own collection name, so one does not disturb another.

go run ./examples/basic