On Thu, May 16, 2013 at 4:05 PM, Jhonathas Matos <
jhon...@gmail.com> wrote:
> Guys, excuse my English because I am Brazilian.
>
> I have some doubts about Redis and would like to help me:
>
> 1 - Can I use Redis instead of mysql, ie the data I insert in Redis leave
> there forever, or is it better from time to time to migrate data from redis
> for mysql?
Hello, please about that read the persistence section at
http://redis.io
> 2 - Sorted Set should only be used when the data I have used is to be
> ordained? Otherwise it is better use SET?
Depends, if you want to paginate over the data a sorted set may be
better anyway.
> 3 - Is there some sort of trigger in Redis? where something is triggered if
> any conditions are created?
No, there is no such a feature.
Cheers,
Salvatore
> Thank you in advance.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Redis DB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
redis-db+u...@googlegroups.com.
> To post to this group, send email to
redi...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/redis-db?hl=en.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>
--
Salvatore 'antirez' Sanfilippo
open source developer - VMware
http://invece.org
Beauty is more important in computing than anywhere else in technology
because software is so complicated. Beauty is the ultimate defence
against complexity.
— David Gelernter