Can two diffrent keys store the same data without duplicate in Redis C++

409 Views Asked by At

I want that two different keys hold the same data without duplicat this data.

for example: key1 and key2 holds the same hash (without duplicat it in memory)

There such a way to do it in Redis?

0

There are 0 best solutions below