I am learning redis recently and have deployed a redis cluster with master-slave replication and multiple masters and multiple slaves. However, php or node are generally single points. I would like to ask how to use php and node to connect to the cluster, which will involve some transactions.
I am learning redis recently and have deployed a redis cluster with master-slave replication and multiple masters and multiple slaves. However, php or node are generally single points. I would like to ask how to use php and node to connect to the cluster, which will involve some transactions.
The poster can refer to this Redis thing
Redis cluster and thing