UNLINK¶ Protocols: Redis RESP2 Alias of DEL. Redis differentiates the two by lazy-freeing the memory; fastcached's storage engine releases entries inline, so the two are equivalent here. Synopsis¶ UNLINK key [key ...] Response¶ Integer reply — count of removed keys.