twitter / twemproxy

A fast, light-weight proxy for memcached and redis
Apache License 2.0
12.15k stars 2.06k forks source link

redis: add support for unlink #589

Closed kornrunner closed 3 years ago

kornrunner commented 4 years ago

UNLINK command for redis is currently not implemented. This change implements missing functionality.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

TysonAndre commented 3 years ago

Support for unlink was added as part of a larger change to add support for many new/updated redis commands, see 1239ef9e2f14f954b0f5da22369c0d994a347e45 and https://github.com/twitter/twemproxy/pull/599 (etc.)

(I was added as a collaborator this week)