Pre Merge pull request !235 from taest/N/A

pull/235/MERGE
taest 3 years ago committed by Gitee
commit 976f4b491a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -252,7 +252,7 @@ public class RedisService
*/
public boolean deleteCacheMapValue(final String key, final String hKey)
{
return Boolean.TRUE.equals(redisTemplate.opsForHash().delete(key, hKey));
return redisTemplate.opsForHash().delete(key, hKey) > 0;
}
/**

Loading…
Cancel
Save