Extending Redis with Rust | Brian Sam-Bodden | Conf42 Rustlang 2022

Опубликовано: 01 Январь 1970
на канале: Conf42
328
like

In this session, we'll live-code a Redis Module in Rust that implements a Finite State Machine (FSM), we'll roughly follow these steps:
Intro to Redis
Intro to Redis Modules
Bootstrap our project
Deploy skeleton module to Redis on Docker
TDD loop `till completion - Rest of the time!
Creating a new data structure/data type in Redis
Adding commands to manage our FST - one at a time

Other talks at this conference 🚀🪐 https://www.conf42.com/rustlang2022



0:00 Intro
0:16 Talk