RedisDelete
The RedisDelete function is used to delete a key and its associated value. Once a key is deleted, its value is no longer accessible, and any memory it was using is freed up.
Properties
Section titled “Properties ”Connection String
Section titled “Connection String ”The connection string of the Redis Server. This will be a type such as the below:
{"Endpoints":[{"Host":"MyHost", "Port":"MyPort"}], "Password":"MyPassword"}
The connection string type has the following fields:
- Endpoints: A list of endpoints, each with a specified host and port.
- Password: Your Redis password.
The key that is to be deleted.
Sign with certificate
Section titled “Sign with certificate ”Specifies whether the request should be signed with a certificate.
Certificate
Section titled “Certificate”The following properties are required when Sign with certificate is selected.
Section titled “The following properties are required when Sign with certificate is selected.”- Certificate path: The HTTPS X509 certificate to use to sign requests.
- Certificate password: The HTTPS X509 certificate password.
- CA Certificate path: The certificate authority’s certificate to use to sign requests.
- CA Certificate password: The certificate authority’s certificate password.