Redis

Integration version: 5.0

Configure Redis integration in Google Security Operations

For detailed instructions on how to configure an integration inGoogle SecOps, seeConfigureintegrations.

Actions

Add to List

Description

Add a value to the head of a Redis list. If the list does not exist then createa new list.

Parameters

ParameterTypeDefault ValueDescription
List NameStringN/ATarget list name.
ValueStringN/ACan be any of the following types: str, int, dict, list, etc.

Run On

This action runs on all entities.

Action Results

Entity Enrichment

N/A

Insights

N/A

Script Result
Script Result NameValue OptionsExample
is_addedTrue/Falseis_added:False
JSON Result
["value1","value2","value3"]

Get Key

Description

Return the value at the selected key, or return none if the key doesn't exist

Parameters

ParameterTypeDefault ValueDescription
Key NameStringN/ATarget key name.

Run On

This action runs on all entities.

Action Results

Entity Enrichment

N/A

Insights

N/A

Script Result
Script Result NameValue OptionsExample
key_valueTrue/Falsekey_value:False
JSON Result
N/A

Get List

Description

Return the value of an element from a Redis list.

Parameters

ParameterTypeDefault ValueDescription
List NameStringN/ATarget list name.

Run On

This action runs on all entities.

Action Results

Entity Enrichment

N/A

Insights

N/A

Script Result
Script Result NameValue OptionsExample
is_successTrue/Falseis_success:False
JSON Result
N/A

Ping

Description

Verifies that the user has a connection to Redis through the user's device.

Parameters

N/A

Run On

This action runs on all entities.

Action Results

Entity Enrichment

N/A

Insights

N/A

Script Result
Script Result NameValue OptionsExample
is_connectTrue/Falseis_connect:False
JSON Result
N/A

Set Key

Description

Set a string value in a Redis key. If the key already holds a value, thenoverwrite the value regardless of its type.

Parameters

ParameterTypeDefault ValueDescription
Key NameStringN/ATarget key name.
ValueStringN/ACan be any of the following types: str, int, dict, list, etc.

Run On

This action runs on all entities.

Action Results

Entity Enrichment

N/A

Insight

N/A

Script Result
Script Result NameValue OptionsExample
is_setTrue/Falseis_set:False
JSON Result
N/A

Need more help?Get answers from Community members and Google SecOps professionals.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-19 UTC.