Skip to content

Commit 638698e

Browse files
authored
Apply suggestions from code review
Update to adhere to our style guide.
1 parent 401cc5f commit 638698e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/develop/data-types/hashes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ See the [complete list of hash commands]({{< relref "/commands/" >}}?group=hash)
100100

101101
## Field expiration
102102

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.
104104
This capability is comparable to [key expiration]({{< relref "/develop/using-commands/keyspace#key-expiration" >}}) and includes a number of similar commands.
105105

106106
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:
123123

124124
* [`HPERSIST`]({{< relref "/commands/hpersist" >}}): remove the expiration.
125125

126-
In Redis 8.0 we introduced the following commands:
126+
Redis 8.0 introduced the following commands:
127127

128128
* [`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).
129129
* [`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

Comments
 (0)