These changes relate to Redis-compatibility which will be enabled and non-experimental in 1.14
GEODE-9021: Avoid unnecessary buffer creation in redis Coder * Provides performance improvements in terms of CPU and memory usage GEODE-9023: Add sharding support to redis region * This change introduces a partition resolver which will allow for future compatibility with redis cluster-aware clients. Having this in place now will reduce the complexity for future rolling upgrades when cluster support is fully provided. Thanks --Jens