Is this possible to have a datastructure inside another data structure? So far I can only insert a string or a number into a list.
A desired data structure would be
Yes, you can store a id lists in a list, each id is a pointer to other redis list. You can use a multi/exec Pipeline Multiple Commands architecture to do all CRUD operations