Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
element = redis.json("key", "$.path.to.array")
firstElement = redis.json("key", "$.path.to.array", 0)
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?