Releases: Netflix/EVCache
Releases · Netflix/EVCache
EVCacheInternal interface - added support for passing hashed keys, destination IP based filtering
EVCacheInternal interface - added support for passing hashed keys, destination IP based filtering
Pre-release
Pre-release
Merge pull request #86 from Netflix/feature/internal_impl Adding EVCacheInternal, to be used for EVCache internal infrastructure
EVCacheInternal interface
EVCacheInternal supports functionality like sending writes to writeonly clients, ensuring writes go to a specific destination ip.
EVCacheInternal interface
v5.16.2-rc1 Adding EVCacheInternal, to be used for EVCache internal infrastructure
Incrementing master release version
v5.17.1 Merge pull request #85 from Netflix/revert-83-feature/consolidate_has…
Consolidated hashing and support for maxHashBytes
- Consolidated hashing to EVCacheImpl (by removing it from within EVCacheClient)
- Configuration for encoding vs not (not yet in use) and maxHashBytes
- Throw exception when using append / appendOrAdd API calls in combination with hashing, since that is not supported
- Added functional tests for testing non hashing, hashing at app level and hashing at ASG level scenarios