Skip to content

Commit 1fbbaa9

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 17fccd4 commit 1fbbaa9

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
@@ -115,7 +115,7 @@ SQL Server supports the following date and time data types:
115115
with:
116116
data_type: hash
117117
expire:
118-
# We calculate the number of seconds for the amount of days and subtract the current time in seconds since epoch.
118+
# Calculate the number of seconds equivalent to the number of days and subtract the current time in seconds since epoch.
119119
expression: (event_date * 86400) - strftime('%s', 'now')
120120
language: sql
121121
```

0 commit comments

Comments
 (0)