Skip to content

Commit c49233a

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 476366f commit c49233a

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
@@ -156,7 +156,7 @@ SQL Server supports the following date and time data types:
156156
with:
157157
data_type: hash
158158
expire:
159-
# We convert the time to seconds and subtract the current time in seconds since epoch.
159+
# Convert the time to seconds and subtract the current time in seconds since epoch.
160160
expression: strftime('%s', event_datetimeoffset) - strftime('%s', 'now')
161161
language: sql
162162
```

0 commit comments

Comments
 (0)