Expand description
Redis compatible server framework for Rust
Structs§
Enums§
- Error
- A error type that is returned by the
listen
andServer::serve
functions and passed to theServer::closed
handler.
Functions§
- listen
- Creates a new
Server
which will be listening for incoming connections on the specified address using the provideddata
.