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
Redis have a very limited set of data types which can be found here: Data types
What you can do is to store the names of element lists in a list so it will effectively act as list of lists.