This is the outline for the Beyond the Cache with Redis + Node.js workshop. If you're attending the full-day workshop, we should cover all the material. If you're attending the half-day workshop, we'll start at the begining and probably get about half of this outline completed. Either way, you should be able to complete the rest of the workshop on your own:
- Presentation: Getting Started
- Presentation: How to Get Redis Stack
- Hands On: Installing Redis
- Presentation: Redis 101
- Hands On: Redis Basics
- Hands On: Working with Redis Strings
- Hands On: Basic Key Manipulation
- Hands On: Working with Redis Lists
- Hands On: Working with Redis Hashes
- Hands On: Working with Redis Sets
- Presention: Building the Bigfoot Tracker API
- Hands On: Setting up the Bigfoot Tracker API
- Hands On: Node Redis Basics
- Hands On: Storing a Message of the Day with a String
- Hands On: Queueing Incoming Reports with Lists
- Hands On: Storing Bigfoot Sightings with Hashes
- Presentation: Pipelining & Transactions
- Hands On: Using Transactions
- Presentation: RedisJSON & RediSearch
- Hands On: Using RedisJSON
- Hands On: Replacing Hashes with RedisJSON
- Hands On: Using RediSearch
- Hands On: Searching Full-Text and Tags
- Hands On: Search Numbers and Positions
- Hands On: Implementing Search
- Presentation: Redis Streams
- Hands On: Using Streams
- Hands On: Replacing Our Lists with a Stream
- Presentation: Using PubSub
- Hands On: Making Bigchat with PubSub
- Presentation: Storing Binary Data in Strings, Lists, and Hashes
- Hands On: Accepting Photos of Bigfoot
- Presentation: Bit Twiddling
- Hands On: Decoding 13-bit Messages from Bigfoot