Moxi also supports proxying to multiple clusters from a single moxi instance, where this was originally designed and implemented for software-as-a-service purposes. Use a semicolon (';') to specify and delimit more than one cluster:
-z "LISTEN_PORT=[CLUSTER_CONFIG][;LISTEN_PORT2=[CLUSTER_CONFIG2][]]"
For example:
-z "11211=mc1,mc2;11311=mcA,mcB,mcC"Above, moxi will listen on port 11211, proxying to cluster mc1,mc2. And moxi will also listen on port 11311, proxying to mcA,mcB,mcC. The multi-pool codepaths are also overloaded and re-used to support multi-tenancy (multiple buckets).