RedisTemplate經常使用集合使用說明-opsForValue(二)

         基礎配置介紹已經在前面的《RedisTemplate經常使用集合使用說明(一)》中已經介紹了,如今咱們直接介紹opsForValue()方法的使用:html     一、set(K key, V value)        新增一個字符串類型的值,key是鍵,value是值。java   redisTemplate.opsForValue().set("stringValue",
相關文章
相關標籤/搜索