I have a data struts like this:
category:
subcategory:
color:red
name:pen
Is there any better method to store if i want to load such data in memcache? or Is there any other better memory database?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can save what you want in your Memcache, if it’s Marshable.
Your struts seems to be a Hash so it’s really easy to do.
You can try something like Redis to store that. Or even all Document oriented Database like MongoDB too.