Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-12 | Add an example that calls redisCommandArgv (#1140) | Michael Grunder | |
See #1138 | |||
2020-08-07 | Don't use non-installed win32.h helper in examples (#863) | Michael Grunder | |
See: #862 | |||
2020-07-10 | Some Windows quality of life improvments. (#846) | Michael Grunder | |
* Don't try to ignore SIGPIPE in Windows (it doesn't exist). * Add an include to our win32.h compatibility header. * Enable building examples on Travis in Windows. See #831 | |||
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 | |
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. |