Fred: The most awesome Redis client for Rust

Fred is the most versatile Redis client for Rust.

:ballot_box_with_check: Async Friendly
:ballot_box_with_check: No mutable ref to set value
:ballot_box_with_check: 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.

1 Like

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!