UNLINK key [key …]

    Time complexity: O(1) for each key removed regardless of its size. Then the command does O(N) work in a different thread in order to reclaim memory, where N is the number of allocations the deleted objects where composed of.

    Integer reply: The number of keys that were unlinked.

    *Examples

    redis> SET key2 "World"

    redis>