Closed 0xh3xa closed 2 years ago
I was able to solve this issue by updating the config/generis/persistences.conf.php
file
and add
"keyValueResult" => array(
"driver" => "phpredis",
"host" => "localhost",
"port" => 6379
)
I have a Redis instance running
I got this response from the results page
How can I solve this issue, Thanks