I was able to unseriallize the data online.
__PHP_Incomplete_Class Object
(
[__PHP_Incomplete_Class_Name] => Rhubarb\RedisCache\Metrics
[id] => 7518102
[hits] => 5131
[misses] => 106
[ratio] => 98
[bytes] => 1531931
[time] => 0.04296
[calls] => 366
[timestamp] => 1619684725
)
But as you can see from this command
wp redis metrics –allow-root | head -n 5
array(161) {
It returns array of different length on each execution.
What is the best way to interpret this as we want to monitor query execution time.