I want to store a data structure like this in redis:-
{"cities_arry": {"NY": ["john", "Mich", "Roh", "Dh", "Vir"],"KL": ["Big", "ching", "qull"], ... } }
Is it possible
I want to store a data structure like this in redis:-
{"cities_arry": {"NY": ["john", "Mich", "Roh", "Dh", "Vir"],"KL": ["Big", "ching", "qull"], ... } }
Is it possible