Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-29 | Fix some undefined behaviour | jengab | |
- redisSSLContextError must always be initialized at defintion, otherwise when SSL connect succeeds it may not be assigned to a valid error. Thus the memory trash remains in the variable, which may sign a misleading error. | |||
2020-08-07 | Don't use non-installed win32.h helper in examples (#863) | Michael Grunder | |
See: #862 | |||
2020-07-26 | add a command_timeout to redisContextOptions (#839) | valentinogeron | |
Add an additional timeout so the user has a convenient way of controlling distinct connect and command timeouts | |||
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 | |||
2020-05-24 | New SSL API to replace redisSecureConnection(). | 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 | Add SSL example | Mark Nunberg | |