const element = await redis.json("key", "$.path.to.array");
Remove and return an element from the index in the array. By default the last element from an array is popped.
Was this page helpful?