mirror of
https://github.com/apache/druid.git
synced 2025-03-01 06:49:19 +00:00
* Redis mget problem in cluster mode * Format code * push down implementation of getBulk to sub-classes * Add tests * revert some changes * Fix intelllij inspections * Fix comments Signed-off-by: frank chen <frank.chen021@outlook.com> * Update extensions-contrib/redis-cache/src/main/java/org/apache/druid/client/cache/RedisClusterCache.java Co-authored-by: Benedict Jin <asdf2014@apache.org> * Update extensions-contrib/redis-cache/src/test/java/org/apache/druid/client/cache/RedisClusterCacheTest.java Co-authored-by: Benedict Jin <asdf2014@apache.org> * Update extensions-contrib/redis-cache/src/main/java/org/apache/druid/client/cache/AbstractRedisCache.java Co-authored-by: Benedict Jin <asdf2014@apache.org> * returns empty map in case of internal exception Co-authored-by: Benedict Jin <asdf2014@apache.org>