You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
* 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>