diff --git a/content/commands/hexpire/index.md b/content/commands/hexpire/index.md index 1a894a451..8a9bc0518 100644 --- a/content/commands/hexpire/index.md +++ b/content/commands/hexpire/index.md @@ -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 ...] diff --git a/content/commands/hexpireat/index.md b/content/commands/hexpireat/index.md index 2ac58d3ec..3b3339139 100644 --- a/content/commands/hexpireat/index.md +++ b/content/commands/hexpireat/index.md @@ -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 ...] diff --git a/content/commands/hexpiretime/index.md b/content/commands/hexpiretime/index.md index a8fc116fd..4638f0d6c 100644 --- a/content/commands/hexpiretime/index.md +++ b/content/commands/hexpiretime/index.md @@ -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 ...] diff --git a/content/commands/hpersist/index.md b/content/commands/hpersist/index.md index 9a8e2663b..c764f9fdd 100644 --- a/content/commands/hpersist/index.md +++ b/content/commands/hpersist/index.md @@ -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 ...] diff --git a/content/commands/hpexpire/index.md b/content/commands/hpexpire/index.md index fa808f48d..f5d29c3f1 100644 --- a/content/commands/hpexpire/index.md +++ b/content/commands/hpexpire/index.md @@ -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 ...] diff --git a/content/commands/hpexpireat/index.md b/content/commands/hpexpireat/index.md index 420cc4c4c..7245e0690 100644 --- a/content/commands/hpexpireat/index.md +++ b/content/commands/hpexpireat/index.md @@ -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 ...] diff --git a/content/commands/hpexpiretime/index.md b/content/commands/hpexpiretime/index.md index 7b8af50ff..9608ab25c 100644 --- a/content/commands/hpexpiretime/index.md +++ b/content/commands/hpexpiretime/index.md @@ -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 ...] diff --git a/content/commands/hpttl/index.md b/content/commands/hpttl/index.md index 9ac333d12..37c83cdf2 100644 --- a/content/commands/hpttl/index.md +++ b/content/commands/hpttl/index.md @@ -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 ...] diff --git a/content/commands/httl/index.md b/content/commands/httl/index.md index aaeb46bec..8ec470f64 100644 --- a/content/commands/httl/index.md +++ b/content/commands/httl/index.md @@ -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 ...]