StringRedisTemplate經常使用操做

stringRedisTemplate.opsForValue().set("test", "100",60*10,TimeUnit.SECONDS);//向redis裏存入數據和設置緩存時間 stringRedisTemplate.boundValueOps("test").increment(-1);//val作-1操做 stringRedisTemplate.opsForValue().ge
相關文章
相關標籤/搜索