Главная
Study mode:
on
1
Introduction
2
Overview
3
Publish Scribe
4
Block List Pop
5
Additional Considerations
6
Performance
7
Summary
8
Questions
Description:
Explore the implementation of Redis using Python's asyncio library in this EuroPython conference talk. Dive into the creation of a realistic asyncio application by porting the popular data structure server, Redis, to Python. Learn how to handle basic Redis commands like GET, SET, and APPEND, as well as more advanced features such as notifications using pub/sub and implementing the MONITOR command. Discover techniques for persistence and gain insights into applying asyncio to real-world scenarios. Move beyond basic TCP echo servers and example servers, and understand how to leverage Python's async features, including the async/await keywords introduced in Python 3.5, to build robust and efficient applications.

Writing Redis in Python with Asyncio

EuroPython Conference
Add to list