rembrembdocs

Rust client for Redis

Learn how to build with Redis and Rust

Connect your Rust application to a Redis database using the redis-rs client library.

Overview

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.

Key Features

Getting Started

Refer to the Rust Redis documentation to install, connect, and use redis-rs.

On this page