Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams.
git clone https://github.com/vitorrios1001/cache-redis
cd cache-redisnpm install
or
yarn installnpm run dev
or
yarn dev