Seems that the AWS instance is cluster, anyone knows how to do cluster configuration?
Atm, we do use:
$config['cache']['backend'] = 'Redis';
$config['cache']['backendOptions'] = array(
'server' => '127.0.0.1',
'port' => 6379,
);
I think we need to configure it as cluster, any ideas?