diff --git a/src/sentinel.c b/src/sentinel.c index c170818c901e0a4dd1c8239029d58e92cac5c9a3..a099156e92452ef7f01a8c2778162628558ebfc5 100644 --- a/src/sentinel.c +++ b/src/sentinel.c @@ -398,6 +398,7 @@ struct redisCommand sentinelcmds[] = { {"publish",sentinelPublishCommand,3,"",0,NULL,0,0,0,0,0}, {"info",sentinelInfoCommand,-1,"",0,NULL,0,0,0,0,0}, {"role",sentinelRoleCommand,1,"l",0,NULL,0,0,0,0,0}, + {"client",clientCommand,-2,"rs",0,NULL,0,0,0,0,0}, {"shutdown",shutdownCommand,-1,"",0,NULL,0,0,0,0,0} };