--
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.
Regards,
- Josiah
There's an in-built MQ host in my ServiceStack C# Redis Client that we're using in Production in Careers 2.0 back office services (used for sending emails, virus scanning, converting to PDF's etc):
Cheers,
On Sun, Mar 4, 2012 at 5:56 AM, Dvir Volk wrote:
one of the major use cases for redis is as a message queue.I'm using something homebrew I wrote, but a very popular MQ written with redis is resque:(it has almost as much github watchers as redis itself!)
On Sun, Mar 4, 2012 at 11:57 AM, Jonathan Holloway wrote:
Hi all,Is anyone currently using Redis for message queuing? Looking at it as a replacement (along with Jedis)for ActiveMQ currently, but wanted to find out whether anyone was using this in production currently.Many thanks,Jon.
--