liusheng
2024-07-20 37f2e4e68c0d55e094981fa478fc198b907f87dc
ruoyi-common/src/main/java/com/ruoyi/common/core/redis/RedisCache.java
@@ -181,6 +181,15 @@
    }
    /**
     * 获取所有key
     *
     * @return
     */
    public Set<String> getAllKeys() {
        return redisTemplate.keys("*");
    }
    /**
     * 获得缓存的Map
     *
     * @param key