Predis\Response\ServerException: MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
File "/vendor/predis/predis/src/Client.php", line 422, in Predis\Client::onErrorResponse
throw new ServerException($response->getMessage());
File "/vendor/predis/predis/src/Client.php", line 387, in Predis\Client::executeCommand
$response = $this->onErrorResponse($command, $response);
File "/vendor/predis/predis/src/Client.php", line 336, in Predis\Client::__call
return $this->executeCommand(
File "/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php", line 116, in Illuminate\Redis\Connections\Connection::command
$result = $this->client->{$method}(...$parameters);
File "/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php", line 229, in Illuminate\Redis\Connections\Connection::__call
return $this->command($method, $parameters);
...
(15 additional frame(s) were not displayed)
Sentry Issue: SPARKAPP-K8
This issue was automatically created by Sentry via high-priority-issue