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 17fccd4 commit 1fbbaa9Copy full SHA for 1fbbaa9
content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-expiration-example.md
@@ -115,7 +115,7 @@ SQL Server supports the following date and time data types:
115
with:
116
data_type: hash
117
expire:
118
- # We calculate the number of seconds for the amount of days and subtract the current time in seconds since epoch.
+ # Calculate the number of seconds equivalent to the number of days and subtract the current time in seconds since epoch.
119
expression: (event_date * 86400) - strftime('%s', 'now')
120
language: sql
121
```
0 commit comments