Redis - (hash) - delete
Search form
Description - Removes the specified fields from the hash stored at key
Runtime Class - com.ibi.agents.XDRedisHashesDel
Parameter Groups
Parameter Type Description
* Key: string The name of the key the hash is stored at.
* Field: string The field to delete in the hash.
* - denotes required
Output Events
Runtime Class - com.ibi.agents.XDRedisHashesDel
Parameter Groups
Parameter Type Description
* Key: string The name of the key the hash is stored at.
* Field: string The field to delete in the hash.
* - denotes required
Output Events
Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
* | Key: | string | The name of the key the hash is stored at. | * | Field: | string | The field to delete in the hash. |
* - denotes required
Output Events
Name | Description |
---|---|
onFailConnect | Could not connect to the external system. |
fail_parse | Could not parse a document. |
fail_redis | A fail Redis API |
onFailOperation | Could not perform the operation requested. |