Redis.io and Tokio.rs #3798
-
Hi, waiting for the kind response of the community. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Redis is a type of database or cache. Tokio is a library that lets you write networking applications in Rust. The tutorial implements a Redis server because Redis is a relatively simple networking application, so it is a good example. |
Beta Was this translation helpful? Give feedback.
Redis is a type of database or cache. Tokio is a library that lets you write networking applications in Rust. The tutorial implements a Redis server because Redis is a relatively simple networking application, so it is a good example.