引言
本文主要介绍 Spring Boot 应用中使用 Redis 的基础知识.
Redis 是什么
Redis: REmote DIctionary Server

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. http://redis.io