Python - Redis - Pipelines and atomic operations

preview_player
Показать описание
This video explains to you what pipelines and atomic expressions are in redis. There is a demo with python as to how you can use it.
Make sure you change the IP and the Port for redis accordingly.

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

it is very useful, thanks a lot! i needed to set 500k keys and it accelerate the process for unbelievable 90 times! from 700sec to ~7.5sec. Absolutely crazy result, but i double-checked everything. Wow!

ЭдикИсаков-йж
Автор

can you also GET using pipelines or only SET?

cyber