Skip to content

Commit cd53f2c

Browse files
committed
Apply review comments
1 parent b4b66ef commit cd53f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ds/hashes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ HINCRBY bike:1 price 100
4444
HINCRBY bike:1 price -100
4545
```
4646

47-
New in Redis Community Edition version 7.4 is the ability set the expiration time or the remaining time-to-live (TTL) for individual hash fields. This is called hash field expiration (HFE). HFE works just like [key expiration](https://redis.io/docs/latest/develop/use/keyspace/#key-expiration) and includes the following commands:
47+
New in [Redis Community Edition version 7.4](https://hub.docker.com/layers/redis/redis-stack/7.4.0-v0/images/sha256-3e3c86603a81712d1311bc619ad124de15b2dca2b50722f23a4502b4d4054ba8) is the ability set the expiration time or the remaining time-to-live (TTL) for individual hash fields. This is called hash field expiration (HFE). HFE works just like [key expiration](https://redis.io/docs/latest/develop/use/keyspace/?utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials#key-expiration) and includes the following commands:
4848

4949
- `hexpire` - set an expiration (time-to-live or TTL) in seconds on a hash key's field(s).
5050
- `hexpireat` - set a TTL as an absolute Unix timestamp (seconds since Unix epoch) on a hash key's field(s).

0 commit comments

Comments
 (0)