
StringRedisTemplate
Q927920568
这个作者很懒,什么都没留下…
展开
-
StringRedisTemplate简单操作Redis
StringRedisTemplateSpringBoot中注解@Autowired即可import org.junit.Test;import org.junit.runner.RunWith;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.boot.tes...原创 2018-11-15 10:11:50 · 611 阅读 · 0 评论 -
SpringBoot操作redis Hash数据(StringRedisTemplate)
SpringBoot操作Redis只需要注解@Autowired即可使用StringRedisTemplate存Hash值到Redis数据库中注解StringRedisTemplate@Autowired StringRedisTemplate stringRedisTemplate;把hash值存进redis @Test public void setRedisMap...原创 2018-11-15 10:36:32 · 7920 阅读 · 1 评论