DEV Community

Redis - An Introduction

Luís Costa on June 01, 2018

What is Redis? Redis is an in-memory key-value data store that you can integrate with your application to store volatile data. It’s vola...
Collapse
 
rafalpienkowski profile image
Rafal Pienkowski

Great blog post. An easy and gentle introduction to the Redis for everyone who would like to give it a try. I like that you've mentioned that Redis storage isn't a silver bullet for increasing performance of our applications and has some drawbacks.

Thanks.

Collapse
 
luispcosta profile image
Luís Costa

Thank you for your kind comment!

Collapse
 
fcpauldiaz profile image
Pablo Díaz

Does redis had a default TTL for data ?

Collapse
 
rafalpienkowski profile image
Rafal Pienkowski

No, Redis doesn't have a default TTL. Here you have a direct link to the documentation.

Collapse
 
luispcosta profile image
Luís Costa

No, it doesn't, as far as I'm aware :)