• antirez's avatar
    Modules: change RedisModuleString API to allow NULL context. · c7e0c410
    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.
    c7e0c410
module.c 191 KB