Getting started with Rust and Redis

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB โ€“ Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. rust-redis-101

    An example for how to use the Rust client for Redis

    Code is available on GitHub - https://github.com/abhirockzz/rust-redis-101

  2. InfluxDB

    InfluxDB โ€“ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. redis-rs

    Redis library for rust

    In this blog post, you will learn how to use the Rust programming language to interact with Redis using the redis-rs client. We will walk through commonly used Redis data structures such as String, Hash, List etc. The Redis client used in the sample code exposes both high and low-level APIs and you will see both these styles in action.

  4. Rustlings

    :crab: Small exercises to get you used to reading and writing Rust code!

    Try small exercises to get you used to reading and writing Rust code

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Redis is trying to take over the all of the OSS Redis libraries

    5 projects | news.ycombinator.com | 25 Nov 2024
  • Redust: a new Redis client

    6 projects | /r/rust | 24 May 2022
  • Trying to utilize sqlx with postgresql and expecting performance on par with jdbc ๐Ÿ˜€. How do you guys do prepared statement, arg/param setting, batch insertions etc? The documentation doesnโ€™t take me anywhere near that.

    3 projects | /r/rust | 28 Mar 2021
  • Why redis is losing friends and valkey is gaining them

    2 projects | dev.to | 17 May 2025
  • From where I left โ€“ <antirez>

    6 projects | news.ycombinator.com | 10 Dec 2024

Did you know that Rust is
the 5th most popular programming language
based on number of references?