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
Artificial Intelligence for RoboticsStanford University via Udacity Intro to Computer Science
University of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Web Development
Udacity Programming Languages
University of Virginia via Udacity