• Stan Hu's avatar
    Improve example for SSL initialization in README.md · c7111617
    Stan Hu authored
    The previous example left `ssl_error`
    uninitialized. `redisCreateSSLContex` is not guaranteed to set this
    when no error occurs.
    
    Use the `REDIS_SSL_CTX_NONE` constant instead of 0 to be precise.
    c7111617
README.md 30.8 KB