Skip to content

Instantly share code, notes, and snippets.

View sysulq's full-sized avatar
🎯
Focusing

大可 sysulq

🎯
Focusing
View GitHub Profile
@sysulq
sysulq / redis-parser.rl
Last active August 29, 2015 14:26 — forked from HarryR/redis-parser.rl
Redis server-side protocol parser for Ragel
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdbool.h>
%%{
machine redis_parser;
action reset_line {