Skip to content

Commit 9e005ae

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 8d87432 commit 9e005ae

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
@@ -127,7 +127,7 @@ SQL Server supports the following date and time data types:
127127
with:
128128
data_type: hash
129129
expire:
130-
# Due to event_datetime being in milisecond we need to divide it by 1000 to convert it to seconds.
130+
# Since event_datetime is in miliseconds, you must divide it by 1000 to convert it to seconds.
131131
expression: event_datetime / 1000 - strftime('%s', 'now')
132132
language: sql
133133
```

0 commit comments

Comments
 (0)