Skip to content

Commit 5e19584

Browse files
Update hashes.md
1 parent e50cc7d commit 5e19584

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ds/hashes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,8 @@ HTTL hash FIELDS 2 field1 field3
7878
```redis HFE example 2 cont'd
7979
HGETALL hash
8080
```
81+
### Resources
8182

82-
See [here](https://redis.io/docs/data-types/hashes?utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials) for the hash type reference page, and [here](https://redis.io/commands/?group=hash?utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials) for the entire set of Redis hash commands.
83+
- Hash type [reference page](https://redis.io/docs/data-types/hashes?utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials).
84+
- Entire set of [Redis hash commands](https://redis.io/commands/?group=hash?utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials) for the entire set of Redis hash commands.
85+
- Check out [Get started with Redis](https://university.redis.io/learningpath/14q8m6gilfwltm?utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials) learning path on Redis University for an introduction to working with all core data structures in Redis.

0 commit comments

Comments
 (0)