Module mini_redis::server[][src]

Expand description

Minimal Redis server implementation

Provides an async run function that listens for inbound connections, spawning a task per connection.

Functions

Run the mini-redis server.