Skip to content

Commit 4ac92d9

Browse files
DOC-4996 added links to async and Qt examples
1 parent 6c6ff08 commit 4ac92d9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/develop/clients/hiredis/_index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ to prevent errors.
122122

123123
The [`hiredis`](https://github.com/redis/hiredis) Github repository contains
124124
examples and details that may be useful if you are using `hiredis` to
125-
implement a higher-level client for another programming language.
125+
implement a higher-level client for another programming language. There are
126+
also examples showing how to use `hiredis` from a
127+
[C++ application](https://github.com/redis/hiredis/blob/master/examples/example-qt.cpp)
128+
created with [Qt](https://www.qt.io/) and how to use the
129+
[asynchronous API](https://github.com/redis/hiredis?tab=readme-ov-file#asynchronous-api)
130+
with the [libev](https://software.schmorp.de/pkg/libev.html) and
131+
[libevent](https://libevent.org/) libraries.
126132

127133
See the other pages in this section for more information and examples.

0 commit comments

Comments
 (0)