Crate redcon

Source
Expand description

Redis compatible server framework for Rust

Structs§

Conn
A client connection.
Server

Enums§

Error
A error type that is returned by the listen and Server::serve functions and passed to the Server::closed handler.

Functions§

listen
Creates a new Server which will be listening for incoming connections on the specified address using the provided data.