Skip to content

Commit d7c459a

Browse files
Update lists.md
1 parent 5e19584 commit d7c459a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/ds/lists.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,8 @@ KEYS bike:colors
7878
**Note**:
7979
> `LRANGE` will return an empty (null) list if a key no longer exists.
8080
81-
See [here](https://redis.io/docs/data-types/list?utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials) for the list type reference page, and [here](https://redis.io/commands/?group=list&utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials) for the entire set of Redis list commands.
81+
### Resouces
82+
83+
- List type [reference page](https://redis.io/docs/data-types/list?utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials)
84+
- Entire set of [Redis list commands](https://redis.io/commands/?group=list&utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials) for the entire set of Redis list 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)