Behaviour defining the Redis connection interface.
Used by higher-level modules (Search, JSON, Consumer, Resilience, etc.) to interact with Redis. Enables testing these modules with Mox without a real Redis connection.
Redis.Connection implements this behaviour.
Summary
Types
@type command() :: [String.t()]
@type conn() :: GenServer.server()