'Redis set inside another set

Hello I am new here for Redis. I want a set inside set e.g.

{key_1: {key_1_1: value11, key_1_2: value12}, key_2: {key_2_1: value21, key_2_2: value22, key_2_3: value23} .....}

Thanks in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source