What is the efficient way to iterate through redis data?
Hello i have a redis database that contains facial embeddings of 100k+ people. All of these are stored in redis as key-value pairs. For example: { "embedding:angelina" : [128-D vector of angelina], "embedding:emma" : [128-D vector of emma], "embedding:dicaprio" :…