ListPopListPop
ListPopCertified

Remove and return an element from the head of a list in Redis.

Remove and return an element from the head of a list in Redis.

yaml
type: "io.kestra.plugin.redis.list.ListPop"
yaml
id: redis_list_pop
namespace: company.team

tasks:
  - id: list_pop
    type: io.kestra.plugin.redis.list.ListPop
    url: redis://:redis@localhost:6379/0
    key: mypopkeyjson
    serdeType: JSON
    maxRecords: 1
Properties

The Redis key for the list

DefaultSTRING
Possible Values
STRINGJSON

Format of the data contained in Redis.

The connection string.

Default100

Number of elements that should pop at once

Formatduration

The max duration waiting for new rows

The max number of rows to fetch before stopping

It's not a hard limit and is evaluated every second.

Number of elements retrieved.

Formaturi

URI of a Kestra internal storage file.

Unitrecords

Number of records retrieved from Redis List.