RedisModule_CreateCommand should add the flag "blocking" in its string command flags, to signify commands that might block the client for a long time using the client blocking API.
Plus, it should be returned in COMMAND INFO.
I'll write it myself if you want.