Skip to content

Commit

Permalink
DOC-3602: update 'since' front matter
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdougherty committed May 28, 2024
1 parent 7272483 commit f9c63da
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion content/commands/hexpire/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ key_specs:
type: range
update: true
linkTitle: HEXPIRE
since: 8.0.0
since: 7.4 RC1
summary: Set expiration for hash fields using relative time to expire (seconds)
syntax_fmt: "HEXPIRE key seconds [NX | XX | GT | LT] FIELDS numfields\n\ \ field [field ...]"
syntax_str: seconds [NX | XX | GT | LT] FIELDS numfields field [field ...]
Expand Down
2 changes: 1 addition & 1 deletion content/commands/hexpireat/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ key_specs:
type: range
update: true
linkTitle: HEXPIREAT
since: 8.0.0
since: 7.4 RC1
summary: Set expiration for hash fields using an absolute Unix timestamp (seconds)
syntax_fmt: "HEXPIREAT key unix-time-seconds [NX | XX | GT | LT] FIELDS numfields\n\ \ field [field ...]"
syntax_str: unix-time-seconds [NX | XX | GT | LT] FIELDS numfields field [field ...]
Expand Down
2 changes: 1 addition & 1 deletion content/commands/hexpiretime/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ key_specs:
limit: 0
type: range
linkTitle: HEXPIRETIME
since: 8.0.0
since: 7.4 RC1
summary: Returns the expiration time of a hash field as a Unix timestamp, in seconds.
syntax_fmt: HEXPIRETIME key FIELDS numfields field [field ...]
syntax_str: FIELDS numfields field [field ...]
Expand Down
2 changes: 1 addition & 1 deletion content/commands/hpersist/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ key_specs:
limit: 0
type: range
linkTitle: HPERSIST
since: 8.0.0
since: 7.4 RC1
summary: Removes the expiration time for each specified field
syntax_fmt: HPERSIST key FIELDS numfields field [field ...]
syntax_str: FIELDS numfields field [field ...]
Expand Down
2 changes: 1 addition & 1 deletion content/commands/hpexpire/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ key_specs:
type: range
update: true
linkTitle: HPEXPIRE
since: 8.0.0
since: 7.4 RC1
summary: Set expiration for hash fields using relative time to expire (milliseconds)
syntax_fmt: "HPEXPIRE key milliseconds [NX | XX | GT | LT] FIELDS numfields\n\ \ field [field ...]"
syntax_str: milliseconds [NX | XX | GT | LT] FIELDS numfields field [field ...]
Expand Down
2 changes: 1 addition & 1 deletion content/commands/hpexpireat/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ key_specs:
type: range
update: true
linkTitle: HPEXPIREAT
since: 8.0.0
since: 7.4 RC1
summary: Set expiration for hash fields using an absolute Unix timestamp (milliseconds)
syntax_fmt: "HPEXPIREAT key unix-time-milliseconds [NX | XX | GT | LT]\n\ \ FIELDS numfields field [field ...]"
syntax_str: unix-time-milliseconds [NX | XX | GT | LT] FIELDS numfields field [field ...]
Expand Down
2 changes: 1 addition & 1 deletion content/commands/hpexpiretime/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ key_specs:
limit: 0
type: range
linkTitle: HPEXPIRETIME
since: 8.0.0
since: 7.4 RC1
summary: Returns the expiration time of a hash field as a Unix timestamp, in msec.
syntax_fmt: HPEXPIRETIME key FIELDS numfields field [field ...]
syntax_str: FIELDS numfields field [field ...]
Expand Down
2 changes: 1 addition & 1 deletion content/commands/hpttl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ key_specs:
limit: 0
type: range
linkTitle: HPTTL
since: 8.0.0
since: 7.4 RC1
summary: Returns the TTL in milliseconds of a hash field.
syntax_fmt: HPTTL key FIELDS numfields field [field ...]
syntax_str: FIELDS numfields field [field ...]
Expand Down
2 changes: 1 addition & 1 deletion content/commands/httl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ key_specs:
limit: 0
type: range
linkTitle: HTTL
since: 8.0.0
since: 7.4 RC1
summary: Returns the TTL in seconds of a hash field.
syntax_fmt: HTTL key numfields field [field ...]
syntax_str: numfields field [field ...]
Expand Down

0 comments on commit f9c63da

Please sign in to comment.