File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
content/develop/clients/hiredis Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,12 @@ to prevent errors.
122
122
123
123
The [ ` hiredis ` ] ( https://github.com/redis/hiredis ) Github repository contains
124
124
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.
126
132
127
133
See the other pages in this section for more information and examples.
You can’t perform that action at this time.
0 commit comments