• antirez's avatar
    Modules: change RedisModuleString API to allow NULL context. · 0bd7091b
    antirez authored
    The burden of having to always create RedisModuleString objects within a
    module context was too much, especially now that we have threaded
    operations and modules are doing more interesting things. The context in
    the string API is currently only used for automatic memory managemnet,
    so now the API was modified so that the user can opt-out this feature by
    passing a NULL context.
    0bd7091b
module.c 191 KB