Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The `title` is then written to the Redis target database as a string under a cus
form `AlbumTitle:42`, where the `42` is the primary key value of the table (the `albumid` column).

The `connection` is an optional parameter that refers to the corresponding connection name defined in
[`config.yaml`]({{< relref "/integrate/redis-data-integration/ingest/data-pipelines/data-pipelines#the-configyaml-file" >}}).
[`config.yaml`]({{< relref "integrate/redis-data-integration/data-pipelines/data-pipelines#the-configyaml-file" >}}).
When you specify the `data_type` parameter for the job, it overrides the system-wide setting `target_data_type` defined in `config.yaml`. Here, the `string` data type also requires an `args` subsection
with a `value` argument that specifies the column you want to capture from the source table.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For example, the default job can streamline tasks such as adding a prefix or pos
Currently, the default job is supported for ingest pipelines only.

### Example
This example demonstrates the process of adding an `app_code` field with a value of `foo` using the [add_field]({{<relref "/content/rdi/reference/data-transformation-block-types/add_field/">}}) block to all tables that lack explicitly defined jobs. Additionally, it appends an `aws` prefix and a `gcp` postfix to every generated hash key.
This example demonstrates the process of adding an `app_code` field with a value of `foo` using the [add_field]({{<relref "integrate/redis-data-integration/reference/data-transformation/add_field">}}) block to all tables that lack explicitly defined jobs. Additionally, it appends an `aws` prefix and a `gcp` postfix to every generated hash key.

default.yaml
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ On clusters with more than 9 REC nodes, a Kubernetes upgrade can render the Redi

## Security

For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-58 release notes]({{<relref "operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-58/#security">}}).
For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-58 release notes]({{<relref "operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-58#security">}}).
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ See [Redis Enterprise for Kubernetes release notes 6.2.18-41 (Dec 2022)]({{< rel

## Security

For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-72 release notes]({{<relref "operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-72/#security">}}).
For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-72 release notes]({{<relref "operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-70#security">}}).
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ On clusters with more than 9 REC nodes, a Kubernetes upgrade can render the Redi

## Security

For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-65 release notes]({{<relref "operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-65/#security">}}).
For a list of fixes related to CVEs, see the [Redis Enterprise 6.2.18-65 release notes]({{<relref "operate/rs/release-notes/rs-6-2-18-releases/rs-6-2-18-65#security">}}).
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ weight: 3

## Highlights

This is a maintenance release to support [Redis Enterprise Software version 7.4.6-77]({{<relref "operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-102/">}}). For version changes, supported distributions, and known limitations, see the [release notes for 7-4-6-2 (July 2024)]({{<relref "/operate/kubernetes/release-notes/7-4-6-releases/7-4-6-2">}}).
This is a maintenance release to support [Redis Enterprise Software version 7.4.6-77]({{<relref "operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-77">}}). For version changes, supported distributions, and known limitations, see the [release notes for 7-4-6-2 (July 2024)]({{<relref "/operate/kubernetes/release-notes/7-4-6-releases/7-4-6-2">}}).


## Downloads
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ A preview of triggers and functions is available.

Triggers and functions provide support for running JavaScript functions inside the Redis process. These functions can be executed on-demand, by an event-driven trigger, or by a stream processing trigger.

Try it out with the [triggers and functions quick start]({{< relref "operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/quick_start_ri/" >}}).
Try it out with the [triggers and functions quick start]({{< relref "operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/quick_start_ri" >}}).

{{<note>}}
- The preview version of triggers and functions is not intended for production use since the API might change in the future and potentially cause application issues when upgrading to a later version.
Expand Down
Loading