Is there a Java framework to store relational data in Redis? Something for simple use cases e.g:
- 1 article to N comments – sorted by comment creation date.
There are multiple options you have:
jOHM is quite mature whereas Hibernate OGM Redis is quite new.
HTH, Mark
Update