All you need to know to start a Node + Redis app
What is Redis?
Redis is a key-value pair in-memory data storage structure that you can use not only as a database but also as a cache, message broker, and streaming engine. It supports various data structures such as strings, arrays, sets, hashes, bi...
daminda.hashnode.dev7 min read