kRedis
This crate aims to provide a clean and simple client library for Redis that works well in asynchronous Rust applciations.
This crate is still very new, and currently only provides very simple commands
Example
use Result;
use Redis;
pub async