Skip to content

v5.26.5: fix: sync getBulk correctly decodes mixed hashed and plain keys (#195)

Latest

Choose a tag to compare

@bihaoxwork bihaoxwork released this 25 Jun 20:11
· 21 commits to master since this release
ae387b2
* fix: sync getBulk correctly decodes mixed hashed and plain keys

Refactor getBulkData to split hashed vs plain keys and route each set
through the appropriate transcoder path, fixing incorrect decoding when
a single bulk request contains both hashed and unhashed keys. Re-enable
the previously disabled getBulk test path in EVCacheTestDI.

Co-authored-by: Bihao Xu <bxu@netflix.com>