• YaacovHazan's avatar
    Fix RedisModule_IsAOFClient Redis Module API (#8596) · ac918229
    YaacovHazan authored
    Since the API declared (as #define) in redismodule.h and uses
    the CLIENT_ID_AOF that declared in the server.h, when
    a module will want to make use of this API, it will get a compilation
    error (module doesn't include the server.h).
    
    The API was broken by d6eb3afd (failed attempt for a cleanup).
    Revert to the original version of RedisModule_IsAOFClient
    that uses UINT64_MAX instead of CLIENT_ID_AOF
    ac918229
redismodule.h 64.5 KB