Skip to content

Commit b1ba950

Browse files
Update sorted_sets.md
1 parent 6981d2d commit b1ba950

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/ds/sorted_sets.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,8 @@ You can get the rank of any sorted set member using the `ZRANK` command. Note: t
4444
ZRANK bike:brands "Claude Shannon" WITHSCORE
4545
```
4646

47-
See [here](https://redis.io/docs/data-types/sorted-sets?utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials) for the sorted set type reference page, and [here](https://redis.io/commands/?group=sorted-set&utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials) for the entire list of Redis sorted set commands.
47+
### Resources
48+
49+
- Sorted set type [reference page](https://redis.io/docs/data-types/sorted-sets?utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials).
50+
- Entire list of [Redis sorted set commands](https://redis.io/commands/?group=sorted-set&utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials).
51+
- 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)