v.20.11Improvement

Add support for cache layout in Redis dictionaries with complex keys

Add support of cache layout for Redis dictionaries with complex key. #15985 (Anton Popov).
Added support for the cache layout in Redis dictionaries that use complex keys.

Why it matters

This feature addresses the need to efficiently cache dictionary data retrieved from Redis when the dictionary keys are complex (composite). It improves performance by reducing redundant lookups and enabling faster access to dictionary data.

How to use it

Users can enable this feature by specifying the cache layout in the dictionary configuration when using a Redis dictionary with complex keys.