mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
Remove useless space.
This commit is contained in:
parent
d5ecedd185
commit
556d593d37
@ -1511,7 +1511,7 @@ int moduleUnload(sds name) {
|
|||||||
while ((de = dictNext(di)) != NULL) {
|
while ((de = dictNext(di)) != NULL) {
|
||||||
struct redisCommand *cmd = dictGetVal(de);
|
struct redisCommand *cmd = dictGetVal(de);
|
||||||
if (cmd->proc == RedisModuleCommandDispatcher) {
|
if (cmd->proc == RedisModuleCommandDispatcher) {
|
||||||
RedisModuleCommandProxy *cp =
|
RedisModuleCommandProxy *cp =
|
||||||
(void*)(unsigned long)cmd->getkeys_proc;
|
(void*)(unsigned long)cmd->getkeys_proc;
|
||||||
sds cmdname = cp->rediscmd->name;
|
sds cmdname = cp->rediscmd->name;
|
||||||
if (cp->module == module) {
|
if (cp->module == module) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user