How to write a Redis Client in Python, from Scratch – Silicon Valley Redis Meetup, at Redis Labs



How to write a Redis Client in Python, from Scratch – Silicon Valley Redis Meetup, at Redis Labs

How to write a Redis Client in Python, from Scratch - Silicon Valley Redis Meetup, at Redis Labs

Have you ever wondered how hard it is to write a client for Redis?
Loris Cro, Developer Advocate at Redis Labs, recently wrote one and discovered that it’s actually pretty easy (and fun!) to get started.

In this talk, Loris Cro will show you how to inspect RESP (Redis Serialization Protocol) using Netcat (or telnet). Then he will use that information to live code a basic Python client that implements the SET and GET commands.

More Redis talks at https://redislabs.com/tech-talks/

Comments are closed.