ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

221,757 results

Related queries

redis fastapi

redis pub/sub

redis python

redis laravel

redis node js

redis interview questions

redis vs kafka

redis deep dive

redis piyush garg

redis tutorial playlist tamil

Fireship
Redis in 100 Seconds

Use the special link https://redis.info/fireship (or code: MATRIX200) to try Redis Enterprise Cloud to get a $200 credit, become part ...

2:26
Redis in 100 Seconds

915,552 views

4 years ago

Web Dev Simplified
Redis Crash Course

Redis is the most popular caching tool. It can be used with pretty much any programming language and provides incredibly ...

27:31
Redis Crash Course

770,792 views

4 years ago

TechWorld with Nana
Redis Crash Course - the What, Why and How to use Redis as your primary database

Redis Tutorial - the What, Why and How to use Redis as a primary database ▻ Use this special link https://redis.info/NANA (or ...

23:37
Redis Crash Course - the What, Why and How to use Redis as your primary database

535,444 views

4 years ago

Grafikart.fr
Tutoriel Redis : Les bases de Redis

Article ▻ https://grafikart.fr/tutoriels/redis-bases-783 Abonnez-vous ▻ https://bit.ly/GrafikartSubscribe Redis est un système de ...

24:04
Tutoriel Redis : Les bases de Redis

49,539 views

9 years ago

Hello Interview - SWE Interview Preparation
Redis Deep Dive w/ a Ex-Meta Senior Manager

Redis (Valkey, MemoryDB, Garnet, Dragonfly, etc.) is one of the most versatile and useful technologies to know for your system ...

31:00
Redis Deep Dive w/ a Ex-Meta Senior Manager

226,687 views

1 year ago

Kodaps - apprendre à coder
C'est quoi Redis ?

Pourquoi utiliser Redis ? Quels sont les avantages de cette base de données NoSQL en mémoire qui la rendent aussi appréciée ...

9:45
C'est quoi Redis ?

11,594 views

4 years ago

CBT Nuggets
What is Redis and What Does It Do?

Start learning cybersecurity with CBT Nuggets. https://courses.cbt.gg/security Trevor Sullivan covers the Redis cache service: what ...

6:47
What is Redis and What Does It Do?

308,411 views

4 years ago

People also watched

Programming Techie
Spring Boot Caching Tutorial using Redis

Spring Boot Caching Tutorial using Redis In this video, you will learn how to implement caching using Redis in your Spring Boot ...

28:10
Spring Boot Caching Tutorial using Redis

28,851 views

9 months ago

YoanDev
Stocker les SESSIONS SYMFONY dans REDIS | Projet OVERKILL #03

Thomas Boileau nous propose une méthode plus propre pour paramétrer le REDIS_URL, merci à lui pour la correction La ...

29:38
Stocker les SESSIONS SYMFONY dans REDIS | Projet OVERKILL #03

5,290 views

4 years ago

Hussein Nasser
Redis In-Memory Database Crash Course

Redis is a noSQL key-value store, in memory database first that exploded in popularity in the past few years. In this video slash ...

50:01
Redis In-Memory Database Crash Course

60,881 views

4 years ago

ByteByteGo
Top 7 Most-Used Distributed System Patterns

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter.: https://blog.bytebytego.com Animation ...

6:14
Top 7 Most-Used Distributed System Patterns

328,522 views

2 years ago

Les Jackson
Redis as a Primary DB using a .NET 6 API

In this step by step video we ask the question whether we can use Redis (renowned for caching) as primary database. In order to ...

2:21:21
Redis as a Primary DB using a .NET 6 API

71,691 views

3 years ago

Computerix
Building a Scalable Queue System with NestJS & BullMQ & Redis

In this video, we tackle the challenge of handling heavy tasks in real-world applications by introducing BullMQ for background job ...

45:17
Building a Scalable Queue System with NestJS & BullMQ & Redis

19,704 views

11 months ago

NeuralNine
Professional Task Queues in Python with Celery, RabbitMQ & Redis

In this video, we learn how to implement professional task queues by using Celery, RabbitMQ and Redis in Python. We also look ...

26:48
Professional Task Queues in Python with Celery, RabbitMQ & Redis

10,733 views

2 months ago

The Technology Sandbox
Amazon AWS ElastiCache Deployment #aws #redis

In this video I carve out Redis from our monolithic deployment into a caching tier by setting up Amazon ElastiCache as our ...

15:40
Amazon AWS ElastiCache Deployment #aws #redis

12,312 views

1 year ago

Josh tried coding
Build a Complete Real-Time Chat with Next.js 16, Redis, Tailwind (2025)

lets build a complete real-time chat with the newest nextjs 16, redis, tailwind, typescript and elysia :] -- links code: ...

3:00:01
Build a Complete Real-Time Chat with Next.js 16, Redis, Tailwind (2025)

22,048 views

2 weeks ago

Anton Putra
Redis vs Valkey performance

Mentorship/On-the-Job Support/Consulting - https://calendly.com/antonputra/youtube or me@antonputra.com ...

8:06
Redis vs Valkey performance

38,345 views

7 months ago

freeCodeCamp.org
Redis Course - In-Memory Database Tutorial

Redis is an in-memory data structure store often used as a database. Learn how to use Redis in this crash course for beginners.

1:26:59
Redis Course - In-Memory Database Tutorial

205,099 views

5 years ago

ByteByteGo
Top 5 Redis Use Cases

Learn something new every week by subscribing to our newsletter: https://bit.ly/3tfAlYD Why is Redis fast?

6:28
Top 5 Redis Use Cases

239,878 views

2 years ago

Traversy Media
Redis Crash Course Tutorial

In this crash course we will discuss and demonstrate the fundamentals of Redis including... What Redis Is Installation Redis-cli ...

39:35
Redis Crash Course Tutorial

483,468 views

8 years ago

ByteByteGo
System Design: Why is single-threaded Redis so fast?

Weekly system design newsletter: https://bit.ly/3tfAlYD Checkout our bestselling System Design Interview books: Volume 1: ...

3:39
System Design: Why is single-threaded Redis so fast?

346,316 views

3 years ago

Dreams of Code
I've been using Redis wrong this whole time...

Seriously. I've been wasting it's talents. Redis happens to be one of my more favorite databases out there, but I often relegate it to ...

20:53
I've been using Redis wrong this whole time...

424,631 views

2 years ago

Net Ninja
Redis Tutorial for Beginners #1 - What is Redis?

In this Redis tutorial series, you'll learn what Redis is & how it can be used as a primary database (using Redis Cloud). You'll also ...

5:56
Redis Tutorial for Beginners #1 - What is Redis?

163,869 views

2 years ago

Redis
What is Redis Cache?

In this first video in a three-part series, we'll explore what caching is, how it works, and how Redis can help! Stay tuned for future ...

6:19
What is Redis Cache?

101,773 views

4 years ago

IAmTimCorey
Intro to Redis in C# - Caching Made Easy

Caching can make your website run faster, it can improve your desktop application, and it can reduce the stress on your database.

1:27:29
Intro to Redis in C# - Caching Made Easy

190,605 views

5 years ago

Josh tried coding
Modern Redis in 40 Minutes | Crash Course 2023

Master modern Redis with a project-based learning approach. We'll explore the most relevant & used data types and set up both a ...

38:43
Modern Redis in 40 Minutes | Crash Course 2023

49,786 views

2 years ago