Skip to content

Commit 0f27851

Browse files
Merge pull request #1091 from redis/DOC-4746-clients-add-dart
DOC-4746 added Dart to third party clients list
2 parents 7658a9c + ab29dd1 commit 0f27851

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/develop/clients/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ Redis does not document directly:
4747
| Language | Client name | Github | Docs |
4848
| :-- | :-- | :-- | :-- |
4949
| C | hiredis | https://github.com/redis/hiredis | https://github.com/redis/hiredis |
50+
| [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 |
51+
| [Dart](https://dart.dev/) | redis_dart_link | https://github.com/toolsetlink/redis_dart_link | https://pub.dev/documentation/redis/latest/ |
5052
| [PHP](https://www.php.net/) | PhpRedis extension | https://github.com/phpredis/phpredis | https://github.com/phpredis/phpredis/blob/develop/README.md |
5153
| [Ruby](https://www.ruby-lang.org/en/) | redis-rb | https://github.com/redis/redis-rb | https://rubydoc.info/gems/redis |
5254
| [Rust](https://www.rust-lang.org/) | redis-rs | https://github.com/redis-rs/redis-rs | https://docs.rs/redis/latest/redis/ |
53-
| [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 |
55+
5456

5557
## Requirements
5658

0 commit comments

Comments
 (0)