I want to store array of hashes in redis , what is best way to code it ?
|
feedback
|
|
The only way AFAIK is to de-reference them. Say you have an array of 2 hashes like: You'd store them separately, and then create a SET that references them all:
Then you can retrieve them all by querying the set: I hope this makes sense. And if you find a smarter way I'd be happy to hear it. | |||
|
feedback
|