Basic Information

appmixer.redis.core.PopFromList

1.0.0

Public

Remove and return an element from the head (left) or tail (right) of a Redis list.

Input Ports

in

FieldTypeDescription
Key text The name of the list key.
Side select Which side of the list to pop from (left = head, right = tail).

Output Ports

out

FieldTypeDescription
Key string -
Value string,null -

Full Metadata