• Yossi Gottlieb's avatar
    Modules: expose real client on conn events. · 67b43f75
    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.
    67b43f75
module.c 318 KB