You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2026. It is now read-only.
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)
Sentry Issue: HFRESH-1H
This issue was automatically created by Sentry via Create GitHub Issue