feat: ✨ add RemoveKeys method to cache and fix some tracer parallel test run bug#20
feat: ✨ add RemoveKeys method to cache and fix some tracer parallel test run bug#20Tochemey wants to merge 1 commit intogroupcache:mainfrom
Conversation
|
Thanks for taking the time to make this PR. However, I don't understand the intent!? If the intent of issue #17 was to efficiently remove multiple keys across the cluster, this PR doesn't address that. We would need to implement I also don't understand the need for parallel in Is your intent to efficiently remove multiple keys across the cluster? |
|
@thrawn01 Thanks for reviewing the PR. I think we need to align clearly on the intent. I can close this PR and we can revisit it once the intent is clear. |
RemoveKeysto theCacheinterface and implement it for mutexCache and OtterCacheThis PR should address the issue raised #17. cc: @thrawn01