💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
``` 1. Spring-data-redis是spring大家族的一部分 2. 提供了在srping应用中通过简单的配置访问redis服务 3. 对reids底层开发包(Jedis, JRedis, and RJC)进行了高度封装 4. RedisTemplate提供了redis各种操作 ``` ### 依赖 ``` <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> <version>2.1.5.RELEASE</version> </dependency> ```