Slow Rust Redis

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • rust-redis

  • This is my attempt so far https://github.com/glazari/rust-redis

  • flamegraph

    Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3 (by flamegraph-rs)

  • You tried trying to see what takes the most time under load via flames? https://github.com/flamegraph-rs/flamegraph

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Redis

    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

  • I did however learn that LOLWUT is a command, https://github.com/redis/redis/blob/unstable/src/lolwut.c

  • bast

    Redis in rust (by tontinton)

  • tokio has impl Decoder for when you want to parse input without any copies, I did it here: https://github.com/tontinton/bast if you want to take a look.

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