Redis Crash Course Tutorial

preview_player
Показать описание
In this crash course we will discuss and demonstrate the fundamentals of Redis including...

What Redis Is
Installation
Redis-cli
Data Types - Strings, Lists, Sets, Sorted Sets, Hashes
Data Persistence

FULL REDIS COURSE: Please Use This Link

SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support:

FOLLOW TRAVERSY MEDIA:
Рекомендации по теме
Комментарии
Автор

The speed in which you publish new videos is incredible. Mark my words, this channel is the future of youtube for people looking to learn how to code. Thanks and keep up the hard work.

armaandhanji
Автор

0:00 Introduction
0:39 What is Redis
2:01 Datatypes
3:18 Redis advantages
4:21 What languages can be Redis used with
4:58 Security
5:39 Installation
7:48 Redis CLI (redis-cli, PING, ECHO, clear)
8:47 Getting and setting a value (GET, SET)
9:42 Increment and decrement a number (INCR, DECR)
10:10 Existance (EXISTS)
10:24 Removing values (DEL, FLUSHALL)
11:04 Keyspaces
11:45 Expire a value (EXPIRE, TTL, SETEX, PERSIST)
14:38 Setting multiple values (MSET)
15:14 Appending to a value (APPEND)
15:36 Renaming keys (RENAME)
16:16 Lists (LPUSH, LRANGE, RPUSH, LLEN, LPOP, RPOP, LINSERT)
21:35 Sets (SADD, SISMEMBER, SMEMBERS, SCARD, SMOVE, SREM)
25:35 Sorted sets (ZADD, ZRANK, ZRANGE, ZINCRBY)
29:41 Hashes (HSET, HGET, HGETALL, HMSET, HKEYS, HVALS, HINCRBY, HDEL, HLEN)
34:17 Data persistance (SAVE)
36:29 Append-only file

roman.strazanec
Автор

As everyone has mentioned, the tutorial is really good. One thing I would just recommend is to remove the background as it really prevents you from concentrating on the command line tool itself. I would also suggest maximizing the cli window.

MikayilAbdullayev
Автор

Hi Brad, i solved a business case just recently with the help of your tutorial Thanks :)

omermindivanli
Автор

How weird, i just got assigned to implement a redis cache mechanism at work days after you uploaded this vid :D

jdmlvn
Автор

i click the like button before even the video starts because brad never disappoints.

coding_ss
Автор

I really like how you also display how to look trough the documentation as well 👍

sokrates
Автор

How to watch video on this channel - first like the video, then start watching. Love you, from the bottom of my heart!

shantanu_kumar
Автор

Sending best regards from czech republic, nice and calm voice, always best structured and planty tutorials on frameworks and other tools for development. Man, if I'm searching for something new to me and I spot your vids, I know that you are the first click...Nice job and keep doing this.

dalibordrozda
Автор

I just found out about this channel Feb 2020 and you are the best man. Thank you

priwaytechnologies
Автор

Definitely the best resource to get started on Redis

CarloL
Автор

Best tutorials ... cuz there aren't many who works with node and mongo etc ... beyond great \m/

dzannamolly
Автор

Nice video my friend, now going for the node js with redis application

alvaropatricio
Автор

A perfect starting point into this topic.

luciusartoriusdante
Автор

A Really awesome tutorial Redis is completely new to me, I feel much confident after learning this tutorial.

apolodu
Автор

I was tasked to do some Elasticache stuff and this is a beautiful help! Thanks.

catharsis
Автор

I really loved your channel....
this video cleared my basics about Redis, ,
Thank you so much

abhijeetanand
Автор

I think you may have just shaved quite a bit of time off of one of my web apps. Thanks for showing this!

ericfrank
Автор

Nano? Really?! /search all DAY! Jk. You make awesome videos. I never understood what redis even was. Watched one of your vids, and lo, I plan on implementing it at work tomorrow. Five stars and liked and subscribed.

oraqol
Автор

For windows users, the best way to use Redis without docker is with Windows Subsystem for Linux (WSL), just google - Running Redis on Windows 10 and go to blog link from redislabs

markodimic