the functional differences between redis cluster, codis and twemproxy? Which is more suitable for the production environment?
which of the three will correspond different keys to different hosts? When I find the information, all three automatically assign keys to the specified redis instance to save. Can this step be forcibly modified through the python redis client? Can I automatically control that the xx key can only be saved to the A redis instance?
how to manage hosts?