@@ -105,23 +105,23 @@ This capability is comparable to [key expiration]({{< relref "/develop/use/keysp
105105
106106Use the following commands to set either an exact expiration time or a TTL value for specific fields:
107107
108- * [ ` HEXPIRE ` ] ({{< relref "/commands/hexpire " >}}): set the remaining TTL in seconds.
109- * [ ` HPEXPIRE ` ] ({{< relref "/commands/hpexpire " >}}): set the remaining TTL in milliseconds.
110- * [ ` HEXPIREAT ` ] ({{< relref "/commands/hexpireat " >}}): set the expiration time to a timestamp[ ^ 1 ] specified in seconds.
111- * [ ` HPEXPIREAT ` ] ({{< relref "/commands/hpexpireat " >}}): set the expiration time to a timestamp specified in milliseconds.
108+ * [ ` HEXPIRE ` ] ({{< relref "/commands/hexpire" >}}): set the remaining TTL in seconds.
109+ * [ ` HPEXPIRE ` ] ({{< relref "/commands/hpexpire" >}}): set the remaining TTL in milliseconds.
110+ * [ ` HEXPIREAT ` ] ({{< relref "/commands/hexpireat" >}}): set the expiration time to a timestamp[ ^ 1 ] specified in seconds.
111+ * [ ` HPEXPIREAT ` ] ({{< relref "/commands/hpexpireat" >}}): set the expiration time to a timestamp specified in milliseconds.
112112
113113[ ^ 1 ] : all timestamps are specified in seconds or milliseconds since the [ Unix epoch] ( https://en.wikipedia.org/wiki/Unix_time ) .
114114
115115Use the following commands to retrieve either the exact time when or the remaining TTL until specific fields will expire:
116116
117- * [ ` HEXPIRETIME ` ] ({{< relref "/commands/hexpiretime " >}}): get the expiration time as a timestamp in seconds.
118- * [ ` HPEXPIRETIME ` ] ({{< relref "/commands/hpexpiretime " >}}): get the expiration time as a timestamp in milliseconds.
119- * [ ` HTTL ` ] ({{< relref "/commands/httl " >}}): get the remaining TTL in seconds.
120- * [ ` HPTTL ` ] ({{< relref "/commands/hpttl " >}}): get the remaining TTL in milliseconds.
117+ * [ ` HEXPIRETIME ` ] ({{< relref "/commands/hexpiretime" >}}): get the expiration time as a timestamp in seconds.
118+ * [ ` HPEXPIRETIME ` ] ({{< relref "/commands/hpexpiretime" >}}): get the expiration time as a timestamp in milliseconds.
119+ * [ ` HTTL ` ] ({{< relref "/commands/httl" >}}): get the remaining TTL in seconds.
120+ * [ ` HPTTL ` ] ({{< relref "/commands/hpttl" >}}): get the remaining TTL in milliseconds.
121121
122122Use the following command to remove the expiration of specific fields:
123123
124- * [ ` HPERSIST ` ] ({{< relref "/commands/hpersist " >}}): remove the expiration.
124+ * [ ` HPERSIST ` ] ({{< relref "/commands/hpersist" >}}): remove the expiration.
125125
126126### Common field expiration use cases
127127
0 commit comments