1. 10 Aug, 2022 1 commit
    • 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
  2. 04 Aug, 2022 2 commits
  3. 31 Jul, 2022 1 commit
  4. 07 Jul, 2022 1 commit
  5. 05 Jul, 2022 3 commits
  6. 26 Jun, 2022 12 commits
  7. 04 May, 2022 1 commit
  8. 24 Apr, 2022 1 commit
    • Orgad Shaneh's avatar
      Fix warnings on Win64 · eedb37a6
      Orgad Shaneh authored
      read.c:399:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
        399 |                     obj = (void*)(long)cur->type;
            |                           ^
      eedb37a6
  9. 23 Apr, 2022 4 commits
  10. 22 Apr, 2022 2 commits
  11. 05 Apr, 2022 2 commits
  12. 29 Mar, 2022 1 commit
  13. 24 Mar, 2022 1 commit
  14. 18 Mar, 2022 1 commit
  15. 03 Feb, 2022 1 commit
    • Björn Svensson's avatar
      Handle any pipelined unsubscribe in async · 7123b87f
      Björn Svensson authored
      Redis responds to an unsubscribe with one or many replies, depending
      on the current subscribe state. When channels/patterns names are
      provided in a command each given name will trigger a reply even if
      duplicated or not subscribed to.
      To know when we can return from the subscribed state we need to do
      bookkeeping on pending additional unsubscribe replies, and make sure
      we receive them all before switching state.
      7123b87f
  16. 02 Feb, 2022 2 commits
  17. 01 Feb, 2022 4 commits