khr1stopher / Redis-Data-Structures

Introduction to Redis Data Structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis-Data-Structures

Basic Redis Data Structure

  1. Keys & Expiration
  2. strings
  3. hashes
  4. list
  5. sets & sorted sets

Use Cases:

  1. Inventory Control
  2. State Management
  3. Seat Reservations
  4. Notifications
  5. And many others...

About

Introduction to Redis Data Structures