原因: Redis->push 覆盖了 Driver->push ,这样在 TagSet->append 就会出现不一致性导致 tag 操作失效。 临时解决办法: 放弃 Redis->push 方法并将其注释掉。