Python and Redis Tutorial - Caching API Responses

preview_player
Показать описание
Like the video? Support my content by checking out Interactive Brokers using the link below:

In this tutorial, we cache IEX Cloud API responses using Redis. Caching data saves both time (by reducing network requests and database queries) and money (by reducing the number of credits used).
Рекомендации по теме
Комментарии
Автор

Like the video? Support my content by checking out Interactive Brokers using the link below:

parttimelarry
Автор

I went from 0-100 in Redis. This tutorial is a good one, well explained especially if you're conversant with OOP.

rmw
Автор

I have been waiting for this for so long!

teslaonly
Автор

well explained and easy to understand tutorial on Python + Redis + Caching! thank you very much for sharing amazing tutorial.

pankeshpatel
Автор

best explaination i've ever seen about redis caching api tutorial.

futhedude
Автор

You have a great channel man, so many gems here. Keep up the good work!

moeezmalik
Автор

really helpful breakdown for a noob. very grateful that you are posting these vids.

smanan
Автор

Thanks for this amazing introduction and example on Redis and how to use it. I am definitely gonna use it in my code, it will be super useful to same time and getting my code faster.

dramjl
Автор

Came in as a viewer, going out a fan.
By architecture, this one can be explored as embedded, client-server and distributed caches. Consider exploring other models like reverse-proxy, cloud cache, side bar, reverse proxy side-car caches amongst others.

prasant
Автор

Thank you Larry for your tutorial, can't wait to see more of your videos!

shunlyu
Автор

Damn, I wish I had found this before spending many hours learning how Redis works!

quarkinjapan
Автор

Thanks you for this very clear tutorial. Just what I wanted to know ! Thanks again :)

sep
Автор

Liked the video before watching because I know it's going to be good as always 😉

liuhh
Автор

Thanks for another great video, you always make things easy to understand.

SuperDstiles
Автор

Great !! Thank’s Larry

Really good content.

BillyBob-dfpg
Автор

Hey Larry, Amazing man. You gained a subscriber immediately! Could you also do a video as to how redis is used as a message broker ? I am new to redis and this tutorial was all i needed!

aravindsudarshan
Автор

Thank you very much for the awesome tutorial

kamaleshpramanik
Автор

wow redis got some nice cli autocompletion/suggestion going on

sushislushy
Автор

Great content, thank you, can you do the tutorial on SSE IEX Cloud data?

sanjeethnt
Автор

Thanks Larry, will u consider going deeper with redis ? i think dynamic caching of more complex response can be very useful (json, list)

Avico