Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion content/glossary/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ More info: [FQDN wikipedia](https://en.wikipedia.org/wiki/Fully_qualified_domain
{{%definition "`fysnc`"%}}
Linux command to synchronize a file's in-core state with a storage device

More info: [`fsync` man page]("https://man7.org/linux/man-pages/man2/fsync.2.html")
More info: [`fsync` man page](https://man7.org/linux/man-pages/man2/fsync.2.html)
{{%/definition%}}

## G - J {#letter-g}
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](/content/rdi/reference/data-transformation-block-types/add_field.md) 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 "/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.

default.yaml
```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ See the top 4 articles in the new [Additonal Topics](https://github.com/RedisLab

- Update app.redislabs.com API version to stable - We've updated the Redis Enterprise Cluster custom resource API from [alpha to stable](https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-versioning) to reflect the current state of maturity of our implementation.

[Both versions of the API are supported](https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definition-versioning/) by Kubernetes versions that support specifying multiple API versions.
[Both versions of the API are supported](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/) by Kubernetes versions that support specifying multiple API versions.

For legacy Kubernetes versions, deployment files are available in the documentation repository that utilize the alpha version of the API.

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/).
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