I'm using Redis cluster using Predis in PHP, I'm doing simple
$image_urls = $client->get($key)
Now I want to get the host address where Redis found the key-value pair because it also contains local images, I need to get the full link of those images.