Building NoSQL Apps With Redis

Pluralsight
Course Summary
In this course you will learn the basics of the NoSQL database Redis and see how to build a C# app with it.
-
+
Course Description
Redis is an extremely fast NoSQL database. It is widely used by many large web applications like Twitter and Stackoverflow. However, getting started with Redis can be intimidating. A lot of developers find Redis is very different than relational databases like SQL Server or Oracle and even quite different than other NoSQL databases like MongoDB or RavenDB. In this course, you will begin to understand exactly what Redis is and how Redis works. You will walk through 5 data structures of Redis that will help you to understand how each data structure works and when you might use it. John will show you how to install Redis, both on a Windows machine for learning and testing and on a real Linux server for production use. You'll also learn about the ServiceStack.Redis C# client for accessing Redis from C# code. Finally, John will take you through the process of creating a real application with Redis and ASP.NET MVC4 as we put what we learned into practice. The purpose of this course is to take you from being hesitant to learning this database, to confident in building a complete application using Redis as a backend.
-
+
Course Syllabus
Introduction To Redis- 20m 6s
—Introduction 1m 15s
—Who This Course Is For 1m 14s
—Course Overview 1m 49s
—What Is Redis 1m 52s
—Redis Features 2m 17s
—NoSQL Basics 3m 17s
—Why Redis Is Different 2m 4s
—Redis Versions 0m 57s
—Redis Clients 0m 52s
—Getting Redis 1m 36s
—Hello Redis 2m 19s
—Up Next 0m 34sRedis Basics- 47m 43s
—Introduction 0m 56s
—Meet the Redis Data Types 1m 2s
—Strings 1m 38s
—String Get and Set 3m 17s
—Incrementing 2m 8s
—Getrange 1m 40s
—Mget and Mset 1m 29s
—Lists 1m 13s
—Lpush and Rpush 2m 54s
—Trimming Lists 1m 3s
—Other List Commands 2m 52s
—Sets 1m 35s
—Adding to Sets 2m 51s
—Hashes 4m 1s
—Other Hash Commands 1m 43s
—Sorted Sets 1m 26s
—Adding to a Sorted Set 2m 6s
—Other Sorted Set Commands 1m 42s
—Pub and Sub 0m 41s
—Using Pub and Sub 1m 50s
—Transactions 1m 25s
—Using Transactions 7m 23s
—Up Next 0m 48sAdministration And Configuration- 43m 20sRedis And C#- 33m 16sBuilding NoSQL Apps With Redis- 54m 37s