Skip to content

Commit 476366f

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 9e005ae commit 476366f

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
@@ -140,7 +140,7 @@ SQL Server supports the following date and time data types:
140140
with:
141141
data_type: hash
142142
expire:
143-
# We convert the time to seconds and subtract the current time in seconds since midnight.
143+
# Convert the time to seconds and subtract the current time in seconds since midnight.
144144
expression: (event_time / 1000.0) -
145145
(
146146
CAST(strftime('%H', 'now') AS INTEGER) * 3600 +

0 commit comments

Comments
 (0)