Redis is an in-memory data structure storage system. The term REDIS represents Remote Dictionary Server.
All the command names in Redis are case-insensitive. So “GET <key>” and “get <key>” and “Get <key>” means the same thing in Redis.
Here is the list of Redis tutorials-