This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
I'm trying to store results from my database query into Redis(Redis is behaving here as a cache),I fetch results from DB store procedure into List and then I want to store that list into Redis,how can I achieve this ?