$ luarocks install canny-redis
The Redis database communicates with its clients using RESP. The RESP wire protocol runs over a bidirectional TCP connection---octets in, octets out.
The wire protocol itself is very simple---a line-based synchronous send-receive cycle where the connection client sends a command and then receives its reply. Subscribing to a broadcast channel alters the protocol to a continuous receive cycle. Simple.
Versions
Dependencies
lua >= 5.1