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
- Host: GitHub
- URL: https://github.com/laurabeatris/redis-learning-book
- Owner: LauraBeatris
- Created: 2024-02-10T18:43:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T14:44:59.000Z (over 2 years ago)
- Last Synced: 2025-02-28T17:29:03.128Z (over 1 year ago)
- Topics: learning-notes, learning-resources, redis
- Language: TypeScript
- Homepage:
- Size: 283 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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)