<div dir="ltr"><div><div><div><div>i would like to to a load balancing redis module.ill have groups of nodes define like what will follow. do i have to do that with the create_conf member of core_module struct or in the block_conf command "redis" ?<br><br></div>here the example of conf in nginx.conf:<br><br></div>redis {<br>    redis_group groupName1 {<br>        redis_node addr port weight;<br>        redis_node addr port weight;<br>        redis_node addr port weight;<br>    }<br>    redis_group groupName2 {<br>        redis_node addr port weight;<br>    }</div></div><div>}<br><br><br></div><div>so, is it better to do the config when redis command is called or in the create_conf module_core member when it is called in the ngx_cycle.c?<br><br></div><div>thank you for your help.<br><br></div><div>Ian<br>
</div></div>