/**
  * @inheritdoc
  */
 protected function setUp()
 {
     static::$Redis->flushall();
     static::$Redis->scriptFlush();
 }