Redis Tutorial In 16 Minutes | Learn What, Basics and How to Implement FastAPI Redis

preview_player
Показать описание
Full Redis Tutorial - Installation, Basics and Implementation using FastAPI Redis

Redis is a popular technology to easily increase performance of your application. Whether you are using FastAPI Redis, Flask Redis or stand alone Python Redis - the implementation of all of these will be very similar.

🎓 Courses can be found:

👨‍💻 Hi, I am Eric!👨‍💻
Hey! I’m a seasoned developer and Cloud enthusiast. I love sharing my knowledge and helping others to discover the exciting world of programming and cloud technologies. For more tutorials, tips, and tech magic, don’t forget to hit that subscribe button and ring the bell for notifications!

🙏 Support The Channel 🙏
If you found this tutorial helpful, please give it a thumbs up 👍, comment, and share it with your network 🌍

⌚️Timestamps:
0:00 Introduction
0:17 What is Redis?
1:41 Redis Example
2:30 Redis Installation
3:40 Redis CLI
3:50 Redis Basics
7:55 Redis Implementation
16:04 Ending

PS: The links in this description might be affiliate links. If you purchase a product or service through one of those links, I may receive a small commission. There is no additional charge to you.

#fastapi #redis #python
Рекомендации по теме
Комментарии
Автор

These tutorials are TOP NOTCH! Highly-appreciated !

kevon
Автор

This one helps me a lot! I was always scared of it. Thanks!

sepehrghafari
Автор

Awesome! Your videos have been so helpful for me :)

LiftAndCde
Автор

I love it. You just earned a subscriber :)

CharlesEffiong-tj
Автор

Great tutorial. Could you please add tutorial for redis rq with fastapi. Thanks

muralir
Автор

Great content! (upgrade that pip please :D) I like the music here.

jhalmu
Автор

Redis can persist data and can be used as a primary database although that is not the most common use case.

munroegarrett
Автор

but in redis-py aioredis was merged so we can use that one with contextmanger in fastapi

BCSMUTHARASU.A
Автор

why not use lifespan? startup and shutdown have been deprecated.

ronifintech
Автор

Hello Roby,

greetings from Haiti.

Can't do the same demo with aioredis and httpx?

alexandrodisla
Автор

It's good for beginners, but I don't think that's how redis is used in the real world. we can't just say "hey go write this to redis" on every endpoint. there has to be a way to do it automatically, like background tasks.

oktay