Redis is a type of database. To use it, you need to look at the
operations you are performing and the data that you are storing, and
you must map your current MSSQL database representation into something
that can be represented reasonably within Redis, and to which Redis
has fast commands for processing.
There have been at least a half-dozen threads in the last 6 months
about storing different parts of social networks in Redis, and I can
think of at least a dozen other threads that would have use-cases
similar to a social network.
Look through the archives, learn about Redis, then ask more questions
when you have a better idea of how Redis may be able to help you. It
is a lot easier to answer specific questions like "I want to do
operation X, would structure Y with commands Z be the best way?"
Regards,
- Josiah
> --
> 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.
>