From 80352170b36903baa8deed48ef5d06e5ffd82fad Mon Sep 17 00:00:00 2001 From: Alex Yarotsky Date: Mon, 11 Nov 2024 22:08:12 -0500 Subject: [PATCH 1/2] [2024-11-13] A high-performance rate limiting module for Redis Well-documented example of building Redis modules in Rust. --- draft/2024-11-13-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-11-13-this-week-in-rust.md b/draft/2024-11-13-this-week-in-rust.md index 762bd9154..9a12f48f7 100644 --- a/draft/2024-11-13-this-week-in-rust.md +++ b/draft/2024-11-13-this-week-in-rust.md @@ -37,6 +37,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates +[Redis Shield: A high-performance rate limiting module in Rust using the Token Bucket algorithm](https://github.com/ayarotsky/redis-shield) + ### Observations/Thoughts ### Rust Walkthroughs From 66fd961fb280248f12616f1d9e9afd624638822c Mon Sep 17 00:00:00 2001 From: M Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Thu, 14 Nov 2024 06:19:50 -0800 Subject: [PATCH 2/2] Add bullet point --- draft/2024-11-13-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2024-11-13-this-week-in-rust.md b/draft/2024-11-13-this-week-in-rust.md index 9a12f48f7..a0484919a 100644 --- a/draft/2024-11-13-this-week-in-rust.md +++ b/draft/2024-11-13-this-week-in-rust.md @@ -37,7 +37,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates -[Redis Shield: A high-performance rate limiting module in Rust using the Token Bucket algorithm](https://github.com/ayarotsky/redis-shield) +* [Redis Shield: A high-performance rate limiting module in Rust using the Token Bucket algorithm](https://github.com/ayarotsky/redis-shield) ### Observations/Thoughts