• Yossi Gottlieb's avatar
    Modules: expose real client on conn events. · 919580a2
    Yossi Gottlieb authored
    When REDISMODULE_EVENT_CLIENT_CHANGE events are delivered, modules may
    want to mutate the client state (e.g. perform authentication).
    
    This change links the module context with the real client rather than a
    fake client for these events.
    
    (cherry picked from commit 67b43f75)
    919580a2
module.c 318 KB