title

高级内容访问

立即注册或登录,以便完全访问所选文件。

Error Message
LOADING Redis is loading the dataset in memory

Trace:

File: /opt/wasabi/vendor/predis/predis/src/Client.php (Line: 385)

377:   * {@inheritdoc}

378:   */

379:  public function executeCommand(CommandInterface $command)

380:  {

381:   $response = $this->connection->executeCommand($command);

382:

383:   if ($response instanceof ResponseInterface) {

384:    if ($response instanceof ErrorResponseInterface) {

385:     $response = $this->onErrorResponse($command, $response);

386:    }

387:

388:    return $response;

389:   }

390:

391:   return $command->parseResponse($response);

Arguments:
object Predis\Command\Redis\SETEX(1) {
    private arguments => array(3) (
        0 => string(37) "SESS:69bd0cfc0c00ff4edd42a5f831733932"
        1 => integer 3600
        2 => string(534) "s:525:"persistentValues|a:0:{}lastUrl|s:27:"/driver/nrpz11/?term=nrpz11";formTracking|O:41:"WASABI\WebFrontend\Model\FormTrackingData":3:{s:54:"WASABI\WebFrontend\Model\FormTrackingDataentryPageId";s:0:"";s:55:"WASABI\WebFrontend\Model\FormTrackingDataentryPageUrl";s:15:"/driver/nrpz11/";s:63:"WASABI\WebFrontend\Model\FormTrackingDatasearchEngineReferrer";s:0:"";}initialCountry|s:2:"CN";formUniqueId|a:1:{s:61:"INRED_ProductContact_57905a5f4fbb1796ef59328ee94b2f293cf6c125";s:40:"6d4e89a61ea1e0167dce63bf855794fd79468e4d";}";"
    )
}
object Predis\Response\Error(1) {
    private message => string(46) "LOADING Redis is loading the dataset in memory"
}

File: /opt/wasabi/vendor/predis/predis/src/Client.php (Line: 335)

327:   return $response;

328:  }

329:

330:  /**

331:   * {@inheritdoc}

332:   */

333:  public function __call($commandID, $arguments)

334:  {

335:   return $this->executeCommand(

336:    $this->createCommand($commandID, $arguments)

337:   );

338:  }

339:

340:  /**

341:   * {@inheritdoc}

Arguments:
Object Predis\Command\Redis\SETEX, already rendered

File: /opt/wasabi/src/Core/Storage/Adapter/RedisStorageAdapter.php (Line: 156)

148:   * @param int   $ttl  time to live

149:   * @param string|null $value possible values

150:   *

151:   * @return void

152:   */

153:  public function createWithTTL($selector, $ttl, $value = NULL)

154:  {

155:   $this->getConnection();

156:   $this->connection->setex($selector, (int)$ttl, serialize($value));

157:  }

158:

159:  /**

160:   * Check if a entry exists under the passed selector.

161:   *

162:   * @param string $selector redis selector

Arguments:
string(5) "setex"
array(3) (
    0 => string(37) "SESS:69bd0cfc0c00ff4edd42a5f831733932"
    1 => integer 3600
    2 => string(534) "s:525:"persistentValues|a:0:{}lastUrl|s:27:"/driver/nrpz11/?term=nrpz11";formTracking|O:41:"WASABI\WebFrontend\Model\FormTrackingData":3:{s:54:"WASABI\WebFrontend\Model\FormTrackingDataentryPageId";s:0:"";s:55:"WASABI\WebFrontend\Model\FormTrackingDataentryPageUrl";s:15:"/driver/nrpz11/";s:63:"WASABI\WebFrontend\Model\FormTrackingDatasearchEngineReferrer";s:0:"";}initialCountry|s:2:"CN";formUniqueId|a:1:{s:61:"INRED_ProductContact_57905a5f4fbb1796ef59328ee94b2f293cf6c125";s:40:"6d4e89a61ea1e0167dce63bf855794fd79468e4d";}";"
)

File: /opt/wasabi/src/Core/System/SessionHandler.php (Line: 99)

91:  /**

92:   * @param string $id session id

93:   * @param string $data session data

94:   *

95:   * @return bool

96:   */

97:  public function write(string $id, string $data): bool

98:  {

99:   $this->adapter->createWithTTL(self::PREFIX . $id, $this->ttl, $data);

100:   return TRUE;

101:  }

102:

103:  /**

104:   * @param string $id session id

105:   *

Arguments:
string(37) "SESS:69bd0cfc0c00ff4edd42a5f831733932"
integer 3600
string(525) "persistentValues|a:0:{}lastUrl|s:27:"/driver/nrpz11/?term=nrpz11";formTracking|O:41:"WASABI\WebFrontend\Model\FormTrackingData":3:{s:54:"WASABI\WebFrontend\Model\FormTrackingDataentryPageId";s:0:"";s:55:"WASABI\WebFrontend\Model\FormTrackingDataentryPageUrl";s:15:"/driver/nrpz11/";s:63:"WASABI\WebFrontend\Model\FormTrackingDatasearchEngineReferrer";s:0:"";}initialCountry|s:2:"CN";formUniqueId|a:1:{s:61:"INRED_ProductContact_57905a5f4fbb1796ef59328ee94b2f293cf6c125";s:40:"6d4e89a61ea1e0167dce63bf855794fd79468e4d";}"

Unable to determine the detailed information about a exception trace part.

Unable to determine the detailed information about a exception trace part.