Using Redis/Redict/Valkey in Python (2024 tutorial)

preview_player
Показать описание
Redis (and forks thereof) is an astoundingly fast persistent caching system, and on top of that, it's ridiculously easy to use! If that's not a great combination, I don't know what is.

(P.S.: We're actually using one of the forks in this video, but this works exactly the same for normal Redis, as well as other forks too!)



If you enjoy my content, consider supporting me on Patreon or becoming a member!

Follow me elsewhere for even more Carberra!

I get a lot of people asking, so here's my setup!



If you have any questions, don't hesitate to ask in the comments! I'll try and answer as soon as I can, providing someone else hasn't already done so.

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

An even easier way to persist data in your application is to use an embedded key value database like rocksdb. There is a python library called rocksdict that make it easy to implement.

gardnmi
Автор

Great video!
Would be interested to drag race each of the different Redis forks and also how this does vs. good old file writes.

nebhead
Автор

hi, I am new to python, do you have python series for beginners? or could you please suggest a channel.

paddingbox
Автор

can you do a video covering nail clippers. i can't find a good nail clipper that doesn't rust or gets dull over time. it's ridiculous. you seem to know a lot. help me out.

imtryinghere