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 9e005ae commit 476366fCopy full SHA for 476366f
content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-expiration-example.md
@@ -140,7 +140,7 @@ SQL Server supports the following date and time data types:
140
with:
141
data_type: hash
142
expire:
143
- # We convert the time to seconds and subtract the current time in seconds since midnight.
+ # Convert the time to seconds and subtract the current time in seconds since midnight.
144
expression: (event_time / 1000.0) -
145
(
146
CAST(strftime('%H', 'now') AS INTEGER) * 3600 +
0 commit comments