You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/develop/data-types/hashes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ See the [complete list of hash commands]({{< relref "/commands/" >}}?group=hash)
100
100
101
101
## Field expiration
102
102
103
-
In Redis 7.4 we introduced the ability to specify an expiration time or a time-to-live (TTL) value for individual hash fields.
103
+
Redis 7.4 introduced the ability to specify an expiration time or a time-to-live (TTL) value for individual hash fields.
104
104
This capability is comparable to [key expiration]({{< relref "/develop/using-commands/keyspace#key-expiration" >}}) and includes a number of similar commands.
105
105
106
106
Use the following commands to set either an exact expiration time or a TTL value for specific fields:
@@ -123,7 +123,7 @@ Use the following command to remove the expiration of specific fields:
123
123
124
124
*[`HPERSIST`]({{< relref "/commands/hpersist" >}}): remove the expiration.
125
125
126
-
In Redis 8.0 we introduced the following commands:
126
+
Redis 8.0 introduced the following commands:
127
127
128
128
*[`HGETEX`]({{< relref "/commands/HGETEX" >}}): Get the value of one or more fields of a given hash key and optionally set their expiration time or time-to-live (TTL).
129
129
*[`HSETEX`]({{< relref "/commands/HSETEX" >}}): Set the value of one or more fields of a given hash key and optionally set their expiration time or time-to-live (TTL).
0 commit comments