Recommendations to others considering Redis Software:
Make sure you use the latest 64 bit version and if you can use the RedisLabs clustered version. The creator of Redis, Salvatore works for them and it's really solid.
Redis is great for caching and for real-time data access. We use it as an HTTP session cache, HTTP cache, ORM cache, temporary memory and as instead of memcache.
Redis is a great product and works great with Scala, NodeJS and Java. Review collected by and hosted on G2.com.
What problems is Redis Software solving and how is that benefiting you?
We have solved our performance issues by using Redis instead of a RDBMS. Redis is a greatly faster than MYSQL, Postgresql or Oracle for most things we need to do.
Redis is also a great cost saver over commercial cache and in memory solutions as it is free. We just need to pay for our EC2 instances which are fairly small for this. Review collected by and hosted on G2.com.