Module server

Source
Expand description

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.