View Source Chord.Backend.Redis (Chord v0.1.0)
Redis-based backend for Chord, providing context-level state and delta management with versioning support.
Configuration
Configure the Redis connection in your application:
config :chord, :redis,
url: "redis://localhost:6379",
pool_size: 5