Expand description
Redis compatible server framework for Rust
Structs§
Enums§
- Error
- A error type that is returned by the
listenandServer::servefunctions and passed to theServer::closedhandler.
Functions§
- listen
- Creates a new
Serverwhich will be listening for incoming connections on the specified address using the provideddata.