liusheng
2024-07-23 0123a0bd06f83a2a973023bb2f197e21118ef293
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