index
:
hiredict.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
2022-08-29
Fix some undefined behaviour
jengab
2022-07-05
Polling adapter and example
Kristján Valur Jónsson
2022-01-18
Add timeout support for libuv adapter (#1016)
MichaelSuen
2021-11-18
Correct CMake warning for libevent adapter example
Björn Svensson
2020-08-07
Don't use non-installed win32.h helper in examples (#863)
Michael Grunder
2020-07-29
Move SSL management to a distinct private pointer. (#855)
Michael Grunder
2020-07-26
add a command_timeout to redisContextOptions (#839)
valentinogeron
2020-07-19
Remove erroneous tag and add license to push example (#849)
Michael Grunder
2020-07-19
Resp3 oob push support (#841)
Michael Grunder
2020-07-10
Some Windows quality of life improvments. (#846)
Michael Grunder
2020-05-24
New SSL API to replace redisSecureConnection().
Yossi Gottlieb
2019-09-01
Update CMakelists for hiredis/hiredis_ssl builds.
Yossi Gottlieb
2019-08-29
wip: SSL code reorganization, see #705.
Yossi Gottlieb
2019-04-10
build ssl example if ssl is enabled
Mark Nunberg
2019-02-20
Support SNI
valentino
2019-02-20
libevent-example: Use timeout
Mark Nunberg
2019-02-20
SSL for async I/O
Mark Nunberg
2019-02-20
Add SSL example
Mark Nunberg
2019-02-20
Add examples to CMakeLists
Mark Nunberg
2018-12-05
Allow connections to unix socket in example
Mark Nunberg
2015-10-05
fix snprintf format string
Sergey Polovko
2015-07-27
Fix a typo in the Mac OSX example
Jan-Erik Rediger
2015-07-27
Added MacOS X addapter and corresponding example.
Dmitry Bakhvalov
2015-07-27
Make sure to disconnect the adapter in the destructor
Pietro Cerutti
2015-07-27
Add Qt adapter and relative example.
Pietro Cerutti
2015-07-27
Add an Ivykis adapter
Gergely Nagy
2015-01-05
Add GLib 2.0 adapter
Christian Hergert
2013-07-11
example.c: it is now possible to specify server ip/port.
antirez
2013-07-10
Emphasize size_t length for %b formatting
Wolfgang Richter
2013-07-10
Update example.c
Rafael Zanella
2013-07-10
Move examples into their own folder
Aaron Bedra