Writing Redis in Python with Asyncio
Offered By: EuroPython Conference via YouTube
Course Description
Overview
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.
Syllabus
Introduction
Overview
Publish Scribe
Block List Pop
Additional Considerations
Performance
Summary
Questions
Taught by
EuroPython Conference
Related Courses
Déployez des applications dans le cloud avec IBM BluemixIBM via OpenClassrooms Big Data Applications: Real-Time Streaming
Yandex via Coursera Introduction to Redis Data Structures
Redis University via Independent Redis for Java Developers
Redis University via Independent Redis for JavaScript Developers
Redis University via Independent