Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 2.09 KB

00-OUTLINE.md

File metadata and controls

31 lines (29 loc) · 2.09 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. Hands On: Installing Redis
  3. Presentation: Redis 101
  4. Hands On: Redis Basics
  5. Hands On: Working with Redis Strings
  6. Hands On: Basic Key Manipulation
  7. Hands On: Working with Redis Lists
  8. Hands On: Working with Redis Hashes
  9. Hands On: Working with Redis Sets
  10. Presention: Building the Bigfoot Tracker API
  11. Hands On: Setting up the Bigfoot Tracker API
  12. Hands On: Node Redis Basics
  13. Hands On: Storing a Message of the Day with a String
  14. Hands On: Queueing Incoming Reports with Lists
  15. Hands On: Storing Bigfoot Sightings with Hashes
  16. Presentation: Pipelining & Transactions
  17. Hands On: Using Transactions
  18. Presentation: RedisJSON & RediSearch
  19. Hands On: Using RedisJSON
  20. Hands On: Replacing Hashes with RedisJSON
  21. Hands On: Using RediSearch
  22. Hands On: Searching Full-Text and Tags
  23. Hands On: Search Numbers and Positions
  24. Hands On: Implementing Search
  25. Presentation: Introducing Redis OM
  26. Hands On: Redis OM Basics
  27. Hands On: Searching with Redis