Fred is the most versatile Redis client for Rust.
Async Friendly
No mutable ref to set value
RedisJson interface
Give it the go, Its the worth it.
Fred is the most versatile Redis client for Rust.
Async Friendly
No mutable ref to set value
RedisJson interface
Give it the go, Its the worth it.
How does this compare to the other redis crates that exist?
That night be a worthwhile question to answer to any would-be user.
It compares excellently. The most used one, redis-rs requires a mutable ref of the client which is nightmare if you store the client in a OnceLock. It also doesn't have RedisJson. And Fred solves both of them!