Hello Tokio
We will get started by writing a very basic Tokio application. It will connect to the Mini-Redis server, set the value of the key hello
to world
. It will then read back the key. This will be done using the Mini-Redis client library.
本文档使用 BookStack 构建