redisCommandBus

@Bean
@ConditionalOnProperty(value = ["wow.command.bus.type"], havingValue = "redis")
fun redisCommandBus(redisTemplate: ReactiveStringRedisTemplate): DistributedCommandBus