An Introduction to Redis
Introduction
Redis stands for Remote Dictionary Server, is a versatile data structure server. Redis is used mainly with other RDBMS to supplement them by providing a caching mechanism.
At its core, Redis is an in-memory, key-value database, but it’s ...
kanhasblog.hashnode.dev8 min read