UNLINK

Works at the keyspace layer rather than on a single concrete data type.

Syntax

UNLINK <key> [key ...]

Parameters

  • key: Primary key to read or mutate.

Returns

Returns an integer count, length, or mutation result.

Examples

UNLINK temp:1 temp:2

BetterKV Notes

  • Group: Keyspace.
  • Access: Write.
  • Status: Implemented in BetterKV and mutates server state or stored data.