An open API service indexing awesome lists of open source software.

https://github.com/laurabeatris/redis-learning-book

My learnings on running Redis at scale
https://github.com/laurabeatris/redis-learning-book

learning-notes learning-resources redis

Last synced: over 1 year ago
JSON representation

My learnings on running Redis at scale

Awesome Lists containing this project

README

          


Redis Logo

Redis Learning Book

Throughout my learning journey of using Redis at scale, modules will be added with usage examples according to each topic on this repository.

Here you can refer to the modules structured by learning area, that can be used as examples for your learning journey as well.

## Basic Data Structures
- [Keys Fundamentals](./learning-notes/basic-data-structures/keys-fundamentals.md)
- [Keys Expirations](./learning-notes/basic-data-structures/keys-expirations.md)
- [Strings Fundamentals](./learning-notes/basic-data-structures/strings-fundamentals.md)
- [Hashes Fundamentals](./learning-notes/basic-data-structures/hashes-fundamentals.md)
- [Lists Fundamentals](./learning-notes/basic-data-structures/lists-fundamentals.md)

## Redis Collections

- [Sets Fundamentals](./learning-notes/collections/sets-fundamentals.md)