• sundb's avatar
    Fix some wrongly used constants in module.c (#8844) · f29a0b93
    sundb authored
    This change does not fix any bugs.
    1. ```moduleUnload``` should return ```C_OK``` or ```C_ERR```, not ```REDISMODULE_ERR``` or ```REDISMODULE_OK```.
    2. The ```where``` parameter of ```listTypePush``` and ```listTypePop``` should be ```LIST_HEAD``` or ```LIST_TAIL```
    f29a0b93
module.c 372 KB