Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
To minimize code changes, a simple `u` (or UNIX, Unix, unix, etc -- as long as the first character is u or U) is used as a marker for the 'port' argument. In this case, the hostname is interpreted to be the path to the unix socket. | |||
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 | |
Added MacOS X support via CoreFoundation run loop. | |||
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 | |
This adds a new adapter and an example for using hiredis with the ivykis async I/O library. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2015-01-05 | Add GLib 2.0 adapter | Christian Hergert | |
[Cleaned up Makefile and header includes. Didn't change crazy coding style because it's the convention for GLib systems.] Closes #83 Closes #71 | |||
2013-07-11 | example.c: it is now possible to specify server ip/port. | antirez | |
This makes possible to use the example with IPv6 addresses and/or with a different Redis instance than 127.0.0.1:6379. | |||
2013-07-10 | Emphasize size_t length for %b formatting | Wolfgang Richter | |
Closes #121. | |||
2013-07-10 | Update example.c | Rafael Zanella | |
Added a call to redisFree() Closes #148. | |||
2013-07-10 | Move examples into their own folder | Aaron Bedra | |
Closes #166. |