1. 19 Aug, 2023 1 commit
  2. 20 Jul, 2020 1 commit
    • Michael Grunder's avatar
      Resp3 oob push support (#841) · 2e7d7cba
      Michael Grunder authored
      Proper support for RESP3 PUSH messages.
      
      By default, PUSH messages are now intercepted and the reply memory freed.  
      This means existing code should work unchanged when connecting to Redis
      >= 6.0.0 even if `CLIENT TRACKING` were then enabled.
      
      Additionally, we define two callbacks users can configure if they wish to handle
      these messages in a custom way:
      
      void redisPushFn(void *privdata, void *reply);
      void redisAsyncPushFn(redisAsyncContext *ac, void *reply);
      
      See #825
      2e7d7cba
  3. 20 Feb, 2019 1 commit
  4. 05 Jan, 2015 1 commit
    • Matt Stancliff's avatar
      Generate pkgconf during build · 1d2b4d38
      Matt Stancliff authored
      The pkgconf source is localized to the Makefile, so we're not dropping
      an unnecessary "hiredis.pc.in" in the source directory.
      
      Closes #129
      Closes #136
      1d2b4d38
  5. 11 Jul, 2013 1 commit
  6. 01 Nov, 2010 1 commit
  7. 19 Oct, 2010 1 commit
  8. 25 Sep, 2010 1 commit
  9. 21 Sep, 2010 1 commit
  10. 03 Jun, 2010 1 commit
  11. 18 May, 2010 1 commit