content/integrate/rust-redis/_index.md
Connect your Rust application to a Redis database using the redis-rs client library.
redis-rs is a high-performance Redis client for Rust that leverages Rust's memory safety and performance characteristics. It provides both synchronous and asynchronous APIs with excellent integration into the Rust ecosystem.
Refer to the Rust Redis documentation to install, connect, and use redis-rs.