We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d87432 commit 9e005aeCopy full SHA for 9e005ae
content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-expiration-example.md
@@ -127,7 +127,7 @@ SQL Server supports the following date and time data types:
127
with:
128
data_type: hash
129
expire:
130
- # Due to event_datetime being in milisecond we need to divide it by 1000 to convert it to seconds.
+ # Since event_datetime is in miliseconds, you must divide it by 1000 to convert it to seconds.
131
expression: event_datetime / 1000 - strftime('%s', 'now')
132
language: sql
133
```
0 commit comments