Expand description
RESP3 TCP server.
Accepts Redis-protocol connections and dispatches commands to the EventStore. Runs alongside the HTTP API server on a separate port (default 6380).
Structsยง
- Resp
Server - RESP3 server that bridges Redis wire protocol to EventStore operations.