I'm trying to use redis with multidimensional array by using HMSET.
My array looks like this.
Array
(
[t] => Hello
[a] => This
[c] => key
[b] => 23
[data] => Array
(
[1] => some value
[more] => value
)
)
Is there any way I can store data in this format in the redis using predis library.
datakey only, and keep the rest as-is - if it helps. If not, you need to further on normalize the array structure. See en.wikipedia.org/wiki/Database_normalization