admin
2021-12-24 b5e19564dcbf1b7ec12946209d74313479f9dfe1
src/main/java/com/yeshi/buwan/util/RedisManager.java
@@ -142,7 +142,7 @@
     */
    public void saveVideoList(String key, VideoListResultVO videoData) {
        Gson gson = new Gson();
        cacheCommonString(key, gson.toJson(videoData), 60 * 60 * 24);
        cacheCommonString(key, gson.toJson(videoData), 60 * 60 * 8);
    }
    /**