[][src]Module mini_redis::server

Minimal Redis server implementation

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

Functions

run

Run the mini-redis server.