v.20.11Improvement
Add support for cache layout in Redis dictionaries with complex keys
Add support ofcachelayout forRedisdictionaries with complex key. #15985 (Anton Popov).
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 thecache layout in the dictionary configuration when using a Redis dictionary with complex keys.