Expand description

Redis compatible server framework for Rust

Structs

A client connection.

Enums

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

Functions

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