Tuesday, November 22, 2022

Learning Redis | Linkedin learning | Emmanuel Henri

 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.

Learning objectives

  • 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

No comments:

Post a Comment