JSON.ARRPOP

Operates on JSON documents stored under a BetterKV key.

Syntax

JSON.ARRPOP <key> [path [index]]

Parameters

  • key: Primary key to read or mutate.

Returns

Returns a Redis-compatible reply whose exact shape depends on the command and selected options.

Examples

JSON.ARRPOP profile $.items 0

BetterKV Notes

  • Group: Keyspace.
  • Access: Mixed.
  • Status: Implemented in BetterKV with command-specific semantics.