|
(ValueOperations<String, String>) redisOperations.opsForValue();
|
|
(ValueOperations<String, String>) redisOperations.opsForValue();
|
|
operations.set(String.format(keyFormat, v.getVideoId()),
|
|
operations.set(String.format(keyFormat, v.getVideoId()),
|
|
- String.valueOf(v.getRecommendStatus()), RandomUtils.nextInt(30, 60),
|
|
+ String.valueOf(v.getVideoUid()), RandomUtils.nextInt(30, 60),
|