Redis tutorial with commands and spring boot
What is Redis:
It is an in-memory database mostly used for caching.
Production way of setting key:
User table
idname
1harsh
2sharukh
<entity>:<id> value
set user:1 harsh
set user:2 sharukh
Data Types in Redis
There are various data ...
backend-geek.hashnode.dev2 min read
Shreyas P
Passionate Full-Stack Developer
nice blog!