• antirez's avatar
    ACL: set modules help clients to the root user. · 1769c222
    antirez authored
    It does not make much sense to limit what modules can do: the admin
    should instead limit what module commnads an user may call. So
    RedisModule_Call() and other module operations should be able to execute
    everything they want: the limitation should be posed by the API exported
    by the module itself.
    1769c222
module.c 197 KB