摘要:
1 key要求设置过期时间 过期时间不要设置太集中,分散一点。 如果不设置过期时间,有可能会内存溢出 2 value 拒绝过大 string类型不超过20kb hash,list,set,zset元素个数不超过5000个。 3 value选择合适的数据类型 4 禁止使用keys flushall,f 阅读全文
摘要:
1 直接看代码 System.out.println(redisTemplate.opsForValue().get("redisKey")); // null boolean redisKeyBoolean = redisTemplate.opsForValue().setIfAbsent("re 阅读全文