canny-redis

Redis Wire Protocol in Lua

$ 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

0.1-17 days ago1 download

Dependencies

lua >= 5.1

Manifests