Skip to content

RedisException: LOADING Redis is loading the dataset in memory #315

@sentry

Description

@sentry

Sentry Issue: HFRESH-1H

RedisException: LOADING Redis is loading the dataset in memory
  File "/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php", line 119, in Redis::get
    $result = $this->client->{$method}(...$parameters);
  File "/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php", line 119, in Illuminate\Redis\Connections\Connection::command
    $result = $this->client->{$method}(...$parameters);
  File "/vendor/laravel/framework/src/Illuminate/Redis/Connections/PhpRedisConnection.php", line 531, in Illuminate\Redis\Connections\PhpRedisConnection::command
    return parent::command($method, $parameters);
  File "/vendor/laravel/framework/src/Illuminate/Redis/Connections/PhpRedisConnection.php", line 54, in Illuminate\Redis\Connections\PhpRedisConnection::get
    $result = $this->command('get', [$key]);
  File "/vendor/laravel/framework/src/Illuminate/Cache/RedisStore.php", line 73, in Illuminate\Cache\RedisStore::get
    $value = $connection->get($this->prefix.$key);
...
(22 additional frame(s) were not displayed)

This issue was automatically created by Sentry via Create GitHub Issue

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions