若依
2022-03-26 b2b93e506091f67d2e3e47da5ec2c898d4059ba2
ruoyi-common/src/main/java/com/ruoyi/common/core/redis/RedisCache.java
@@ -210,6 +210,18 @@
    }
    /**
     * 删除Hash中的数据
     *
     * @param key
     * @param hKey
     */
    public void delCacheMapValue(final String key, final String hKey)
    {
        HashOperations hashOperations = redisTemplate.opsForHash();
        hashOperations.delete(key, hKey);
    }
    /**
     * 获取多个Hash中的数据
     *
     * @param key Redis键