File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,12 @@ Redis does not document directly:
47
47
| Language | Client name | Github | Docs |
48
48
| :-- | :-- | :-- | :-- |
49
49
| 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/ |
50
52
| [ PHP] ( https://www.php.net/ ) | PhpRedis extension | https://github.com/phpredis/phpredis | https://github.com/phpredis/phpredis/blob/develop/README.md |
51
53
| [ Ruby] ( https://www.ruby-lang.org/en/ ) | redis-rb | https://github.com/redis/redis-rb | https://rubydoc.info/gems/redis |
52
54
| [ 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
+
54
56
55
57
## Requirements
56
58
You can’t perform that action at this time.
0 commit comments