• M
    Resp3 oob push support (#841) · 2e7d7cba
    Michael Grunder 提交于
    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
README.md 24.6 KB