From 70025778233930ebc9bb30d828882d853e2b7525 Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Tue, 22 Sep 2026 11:40:21 +0100 Subject: [PATCH] DOC-7094: Add Redix to community-supported clients Vetted with /vet-redis-client (2026-09-22): 25/26, Recommend include. No hard stops (not archived, MIT license, no open advisories); only D2 scored Warn (Redis version compatibility implied, not stated explicitly). Co-Authored-By: Claude Sonnet 5 --- 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 de19fe50ea..0d3bf7df56 100644 --- a/content/develop/clients/_index.md +++ b/content/develop/clients/_index.md @@ -66,6 +66,7 @@ develop or contribute to these libraries directly. | :-- | :-- | :-- | :-- | | [C++](https://en.wikipedia.org/wiki/C%2B%2B) | Boost.Redis | https://github.com/boostorg/redis | https://www.boost.org/doc/libs/develop/libs/redis/doc/html/index.html | | [Dart](https://dart.dev/) | redis_dart_link | https://github.com/toolsetlink/redis_dart_link | https://github.com/toolsetlink/redis_dart_link | +| [Elixir](https://elixir-lang.org/) | Redix | https://github.com/whatyouhide/redix | https://hexdocs.pm/redix | | [PHP](https://www.php.net/) | PhpRedis extension | https://github.com/phpredis/phpredis | https://github.com/phpredis/phpredis/blob/develop/README.md | | [Python](https://www.python.org/) | coredis | https://github.com/alisaifee/coredis | https://coredis.readthedocs.io | | [Scala](https://www.scala-lang.org/) | Sage | https://github.com/ghostdogpr/sage | https://ghostdogpr.github.io/sage/ |