You could add each entry to a set for each language, if you would ever
need to get a complete list of all messages in a given language.
To get related data in fewer calls, you could do MULTI but I'd instead
think about how to group the messages. For example, if you've got a
signup page with 10 messages and you want to get them all at once, you
could create a SET to contain those messages in a given language, and
then do a SORT on that set to get all of the messages you need at
once.
I'm sure others will have interesting ideas for this too...
> --
> You received this message because you are subscribed to the Google Groups
> "Redis DB" group.
> To post to this group, send email to redi...@googlegroups.com.
> To unsubscribe from this group, send email to
> redis-db+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/redis-db?hl=en.
>
-Guo