Soham K.
SK
Soham K.
Junior Digital Analyst
Management Consulting
Enterprise (> 1000 emp.)
"Using redis to build scalable web applications"
4/5
What do you like best about Redis Software?

Extrmely fast for its particular use case. Scales easily. Should be used for everything that it can be used for. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

Can only be used for small fast temporary data. Cannot be used for storing long term data, and is limited by the RAM of the system. Review collected by and hosted on G2.com.

Verified User in Higher Education
UH
Verified User in Higher Education
Small-Business (50 or fewer emp.)
"Excellent alternative to traditional databases when performance is necessary"
5/5
What do you like best about Redis Software?

Redis is an extremely fast, easy to use, and well documented data store. The best aspect of Redis is its ease of use (installing, configuring, and accessing it is a breeze). Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

A downside of Redis is that there is a very large number of commands available to perform all of the different manipulations (almost 200 of them at the time of writing). This allows for great flexibility but requires accessing the documentation very frequently. Review collected by and hosted on G2.com.

Robinson A.
RA
Robinson A.
Jr Javascript Coder
Computer Software
Small-Business (50 or fewer emp.)
"A Key-value database with high reliability and scability."
4/5
What do you like best about Redis Software?

It can get any simpler than a couple commands to get it up and running. It doesn't matter either you need a database for something as simple as a ToDo implementation or something more complicated as a forum, Redis can do that and much more. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

Being a membased db, it all comes down to physical memory. If you're running in a Low-budget enviroment and a very high traffic towards db data consumption you might encounter a couple issues here and there with Redis, as it can be limited by the hardware or a wrong system configuration. Review collected by and hosted on G2.com.

L. Preston S.
LS
L. Preston S.
Software Engineer
Information Technology and Services
Mid-Market (51-1000 emp.)
"Redis is easy, and its potential knows no limit."
5/5
What do you like best about Redis Software?

I mostly like how there is such a big community around redis. I use redis with ruby on rails, and I just keep coming up with uses for it! All the apis they provide and then are available via the redis-rb gem make accessing redis dead simple. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

Redis has never disappointed me, so I don't have anything I don't like about it. Review collected by and hosted on G2.com.

Changlang K.
CK
Changlang K.
Software Engineer
Computer Games
Enterprise (> 1000 emp.)
"Redis performces excellently"
4/5
What do you like best about Redis Software?

Redis is very friendly to new user, even who even know any data structure can use redis easily. And it's quite fast search a value by given key. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

Missing statistic functions, like sum, count, max, min in mysql. Sometimes i just want to find out how many keys starting with "mp", i have to use "keys mp*" to load all such keys. Review collected by and hosted on G2.com.

Abdel K.
AK
Abdel K.
Sr. Cloud Engineering Manager
Mid-Market (51-1000 emp.)
"Best in memory solution "
5/5
What do you like best about Redis Software?

The best feature I like is the ability to do chain slave replication, to alleviate some of the load on the master. Its also very easy to integrate, regardless of the language you choose.

Another very useful feature of Redis is the ability to do set theory computation easily. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

There is very little to dislike about Redis. The only thing I can complain about is clustering. Its not very easy to setup a cluster but once you get the hang of it, then it becomes a bit easier. Review collected by and hosted on G2.com.

Henry K.
HK
Henry K.
Senior Software Engineer
Financial Services
Mid-Market (51-1000 emp.)
"Excellent tool"
4.5/5
What do you like best about Redis Software?

Redis is a very reliable in-memory database with persistency. I've had great experiences using it both as a message broker and as a cache database. It is certainly a tool that I'll pick whenever I need cache or memory consistency between multiple microservices or atomic message passing through publish/subscribe. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

I don't recall having bad times with redis. Review collected by and hosted on G2.com.

Josh S.
JS
Josh S.
Sumo Developer
Internet
Small-Business (50 or fewer emp.)
"Redis scratches a lot of itches"
5/5
What do you like best about Redis Software?

The robust data structures that Redis offers are by far my favorite feature. It can be used as a simple key/value store like you would do with Memcached but also allows you to create hash tables to simulate more Mongo-like features as well as lists and sorted sets that can be used for queues, chat systems and leaderboards (basically anything you want sorted). Also, the option to flush to disk and have persistence is pretty awesome. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

You can't really search through keys (there's a debug command for it, but not for production use) or through values. Sometimes you just want to be able to grab all the hashes that have value X and you simply can't without creating additional keys to track the mapping. This is a shortcoming compared to Mongo where you can still pull documents that contain a specific value. Also, the speed to shutdown and startup larger databases is a tad sluggish. Review collected by and hosted on G2.com.

Milad T.
MT
Milad T.
Software Engineer
Computer Software
Small-Business (50 or fewer emp.)
"Redis - Fast and efficient In-Memory data structure server"
5/5
What do you like best about Redis Software?

Redis is a great piece of software. Stability and safety is among my top concerns when it comes to choosing suitable software ro fit my needs. It has a great community and its used in enterprise. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

None. I had no problems so far with Redis. Review collected by and hosted on G2.com.

Timothy S.
TS
Timothy S.
Principal Developer Advocate
Mid-Market (51-1000 emp.)
"redis for in-memory data access"
4/5
What do you like best about Redis Software?

The ease of setup and usage of redis is amazing. You can just brew install redis or apt-get install or download and be up and running with a single node in minutes.

The community around redis is very strong with lots of support, examples and documentation.

Redis is an excellent database that has a ton of support clients and drivers for NodeJS, Go, Java, Scala and all the languages that we use. Review collected by and hosted on G2.com.

What do you dislike about Redis Software?

Setting up clustering is a bit hard and there's not a lot of documentation on that. The process just changed, so hopefully it will get better. The enterprise version from RedisLabs is a lot easier to use.

I would like if it connected with things like Mesos and kubernetes easier. Review collected by and hosted on G2.com.