From 0994685f81957f3a2f47a7f68826b099230985d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Catanzariti?= Date: Tue, 19 Aug 2025 08:48:53 +0200 Subject: [PATCH] Added rustis as a community supported client --- content/develop/clients/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/develop/clients/_index.md b/content/develop/clients/_index.md index 766df68ad..44e21895e 100644 --- a/content/develop/clients/_index.md +++ b/content/develop/clients/_index.md @@ -52,6 +52,7 @@ Redis does not document directly: | [PHP](https://www.php.net/) | PhpRedis extension | https://github.com/phpredis/phpredis | https://github.com/phpredis/phpredis/blob/develop/README.md | | [Ruby](https://www.ruby-lang.org/en/) | redis-rb | https://github.com/redis/redis-rb | https://rubydoc.info/gems/redis | | [Rust](https://www.rust-lang.org/) | redis-rs | https://github.com/redis-rs/redis-rs | https://docs.rs/redis/latest/redis/ | +| [Rust](https://www.rust-lang.org/) | rustis | https://github.com/dahomey-technologies/rustis | https://docs.rs/rustis | ## Requirements