MetaGeneratorInterface::DEFAULT_BEGIN_SECOND, RedisMilliSecondMetaGenerator::class => [ // Redis Pool 'pool' => 'default', // 用于计算 WorkerId 的 Key 键 'key' => RedisMilliSecondMetaGenerator::DEFAULT_REDIS_KEY ], RedisSecondMetaGenerator::class => [ // Redis Pool 'pool' => 'default', // 用于计算 WorkerId 的 Key 键 'key' => RedisMilliSecondMetaGenerator::DEFAULT_REDIS_KEY ], ];