Skip to content

Latest commit

 

History

History
38 lines (36 loc) · 2.4 KB

00-OUTLINE.md

File metadata and controls

38 lines (36 loc) · 2.4 KB

Beyond the Cache with Redis + Node.js

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:

  1. Presentation: Getting Started
  2. Presentation: How to Get Redis Stack
  3. Hands On: Installing Redis
  4. Presentation: Redis 101
  5. Hands On: Redis Basics
  6. Hands On: Working with Redis Strings
  7. Hands On: Basic Key Manipulation
  8. Hands On: Working with Redis Lists
  9. Hands On: Working with Redis Hashes
  10. Hands On: Working with Redis Sets
  11. Presention: Building the Bigfoot Tracker API
  12. Hands On: Setting up the Bigfoot Tracker API
  13. Hands On: Node Redis Basics
  14. Hands On: Storing a Message of the Day with a String
  15. Hands On: Queueing Incoming Reports with Lists
  16. Hands On: Storing Bigfoot Sightings with Hashes
  17. Presentation: Pipelining & Transactions
  18. Hands On: Using Transactions
  19. Presentation: RedisJSON & RediSearch
  20. Hands On: Using RedisJSON
  21. Hands On: Replacing Hashes with RedisJSON
  22. Hands On: Using RediSearch
  23. Hands On: Searching Full-Text and Tags
  24. Hands On: Search Numbers and Positions
  25. Hands On: Implementing Search
  26. Presentation: Redis Streams
  27. Hands On: Using Streams
  28. Hands On: Replacing Our Lists with a Stream
  29. Presentation: Using PubSub
  30. Hands On: Making Bigchat with PubSub
  31. Presentation: Storing Binary Data in Strings, Lists, and Hashes
  32. Hands On: Accepting Photos of Bigfoot
  33. Presentation: Bit Twiddling
  34. Hands On: Decoding 13-bit Messages from Bigfoot