无法检索 TTL 值
RedissonClient client = Redisson.create(config);
RMapCache<String, String> map = client.getMapCache("demoMap");
map.put("abc", "xyz", 10, TimeUnit.SECONDS);
无法检索 TTL 值
RedissonClient client = Redisson.create(config);
RMapCache<String, String> map = client.getMapCache("demoMap");
map.put("abc", "xyz", 10, TimeUnit.SECONDS);