Currently, RRRSpec uses Redis as a RPC system and as a temporary data store. It needs some persistence actions from Redis to MySQL, and it increases unnecessary complexities. Move to another RPC system like MsgPack-RPC or ProtocolBuffers to let the workers and the masters communicate in a simpler way.
Currently, RRRSpec uses Redis as a RPC system and as a temporary data store. It needs some persistence actions from Redis to MySQL, and it increases unnecessary complexities. Move to another RPC system like MsgPack-RPC or ProtocolBuffers to let the workers and the masters communicate in a simpler way.