From 11b94eaef86252cbd72334625f7ec7d82a603e54 Mon Sep 17 00:00:00 2001 From: Scott Osteen Date: Sun, 17 Nov 2024 20:49:20 -0600 Subject: [PATCH] updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 157e3c0..8825b98 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,7 @@ Benchmark script options: ## HASH * [HDEL](https://sugardb.io/docs/commands/hash/hdel) * [HEXISTS](https://sugardb.io/docs/commands/hash/hexists) +* [HEXPIRE](https://sugardb.io/docs/commands/hash/hexpire) * [HGET](https://sugardb.io/docs/commands/hash/hget) * [HGETALL](https://sugardb.io/docs/commands/hash/hgetall) * [HINCRBY](https://sugardb.io/docs/commands/hash/hincrby) @@ -251,6 +252,7 @@ Benchmark script options: * [HSET](https://sugardb.io/docs/commands/hash/hset) * [HSETNX](https://sugardb.io/docs/commands/hash/hsetnx) * [HSTRLEN](https://sugardb.io/docs/commands/hash/hstrlen) +* [HTTL](https://sugardb.io/docs/commands/hash/httl) * [HVALS](https://sugardb.io/docs/commands/hash/hvals)