Skip to main content

Module server

Module server 

Source
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ยง

RespServer
RESP3 server that bridges Redis wire protocol to EventStore operations.