Redisのインストールについては、RedisをSentinelで監視するをご参照ください ※ Redisのスレーブ設定を削除し、Sentinelを停止した状態にしています。 twemproxyによるパーティショニング twemproxyのインストール $ git clone https://github.com/twitter/twemproxy.git $ cd twemproxy $ autoreconf -fvi $ ./configure --prefix=/usr/local/nutcracker 2>&1 | tee configure.log $ make 2>&1 | tee make.log $ sudo sh -c "make install 2>&1 | tee make-install.log" $ sudo mkdir -p /usr/local/nutcrac