Redis Fundamentals in Python | Python Tutorial

preview_player
Показать описание
In this video, we go through the fundamental operations you can do with Redis in Python. We start with connecting your Python code with any Redis client (locally or remote) and then go through some fundamental operations to get you started with Redis in Python

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

Very clear and brilliantly explained. Best I've seen so far.

What are the security issues storing data with Redis if any?

rdubitsk
Автор

fantastic video, thanks! subscribed :)

kevinz
Автор

Very very thanks i have shared with my linkedin Network

enricosaccheggiani
Автор

thanks for uploading. Start doing my labs with redis.
what happen if my redis server crash, will I lose the data? how can i prevent that?

rod.hpadilla
Автор

what theme do you use in vscode? i like urs

hieuanh
Автор

can you do video on redis sorted set in python?

mrm
Автор

Man, tks in advance for everything but I have question, pls help me:
1- I have an application named “ABC” which uses an API doing a post() sending a string.

2- Another application named “ZYC” where the API is running needs to get the value that the application “ABC” sent and use it.
Every time that the application “ABC” sends a new string, the application “ZYC” needs to get in real time the new value.
Can u help me with it ?
I really didn’t understand what my host would be. I’m totally confused

carlosaugusto-mohb