From a25fa2eddfda78546c36537c200fd1322c5336fd Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Tue, 22 Oct 2024 10:28:17 +0100 Subject: [PATCH 1/2] DOC-4383 added Boost.redis to community client table --- content/develop/connect/clients/_index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/develop/connect/clients/_index.md b/content/develop/connect/clients/_index.md index 23ecb64edc..230a35b4f2 100644 --- a/content/develop/connect/clients/_index.md +++ b/content/develop/connect/clients/_index.md @@ -39,10 +39,11 @@ Redis does not support directly: | Language | Client name | Github | Docs | | :-- | :-- | :-- | :-- | | C | hiredis | https://github.com/redis/hiredis | https://github.com/redis/hiredis | -| [PHP](https://www.php.net/) | redis extension | https://github.com/phpredis/phpredis | https://github.com/phpredis/phpredis/blob/develop/README.md | -| [PHP](https://www.php.net/) | predis library | https://github.com/predis/predis | https://github.com/predis/predis/wiki | +| [PHP](https://www.php.net/) | PHPRedis extension | https://github.com/phpredis/phpredis | https://github.com/phpredis/phpredis/blob/develop/README.md | +| [PHP](https://www.php.net/) | Predis library | https://github.com/predis/predis | https://github.com/predis/predis/wiki | | [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/) | redis-rs | https://github.com/redis-rs/redis-rs | https://docs.rs/redis/latest/redis/ | +| [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 | ## Requirements From aec1572bc5d146c87fb8b8dc664daeb3fb2b8c0d Mon Sep 17 00:00:00 2001 From: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:37:48 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: David Dougherty --- content/develop/connect/clients/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/develop/connect/clients/_index.md b/content/develop/connect/clients/_index.md index 230a35b4f2..959a436fe2 100644 --- a/content/develop/connect/clients/_index.md +++ b/content/develop/connect/clients/_index.md @@ -39,11 +39,11 @@ Redis does not support directly: | Language | Client name | Github | Docs | | :-- | :-- | :-- | :-- | | C | hiredis | https://github.com/redis/hiredis | https://github.com/redis/hiredis | -| [PHP](https://www.php.net/) | PHPRedis extension | https://github.com/phpredis/phpredis | https://github.com/phpredis/phpredis/blob/develop/README.md | +| [PHP](https://www.php.net/) | PhpRedis extension | https://github.com/phpredis/phpredis | https://github.com/phpredis/phpredis/blob/develop/README.md | | [PHP](https://www.php.net/) | Predis library | https://github.com/predis/predis | https://github.com/predis/predis/wiki | | [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/ | -| [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 | +| [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 | ## Requirements