Learning Redis

Learning Redis

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 56m | 300 MB

Redis—an in-memory data structure store—differs from relational databases like MySQL, and NoSQL databases like MongoDB. In this course, learn what Redis is and how it works as you discover how to build a client implementation using an ioredis client and a Node.js server. Emmanuel Henri explains how to install and set up Redis, and covers basic Redis tools and concepts, including persistence and replication. Plus, he reviews the different data types available, and demonstrates what you can do with strings, hashes, and lists. To wrap up, he goes over security options and best practices for securing a Redis instance.

Topics include:

  • Installing and setting up Redis
  • Reviewing the basics of data types
  • Setting up persistence and replication
  • Exploring strings and lists
  • The hash data structure
  • Securing a Redis instance
  • Publishing and subscribing with Redis