Skip to content

Commit 5e573d0

Browse files
Update content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-expiration-example.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent dff5505 commit 5e573d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-expiration-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ output:
3737
3838
## Dynamic expiration time
3939
40-
Settings the expiration time dynamically using a JMESPath or SQL expression is useful when the expiration time is based on a field in the source data. For example, you can set the expiration time to the value of a `ttl` field in the source data:
40+
You can use a JMESPath or SQL expression to set the expiration time dynamically when it is based on a field in the source data. For example, you can set the expiration time to the value of a `ttl` field in the source data:
4141

4242
```yaml
4343
output:

0 commit comments

Comments
 (0)