Skip to content

PeterScott/redis-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

A simple event-driven network library and supports Redis-Protocol parse with DFA.
This code comes from redis,including:
  * ae.c
  * ae_epoll.c
  * ae_kqueque.c
  * ae_select.c
  * anet.c
  * zmalloc.c 


 Redis-Protocol parse
 ===================
  * request.c


  How to do
  ========
  $cd src
  $make
  $./svr

  use redis-cli to connect it and enjoy.
  Drafted by BohuTANG, you can contact me with <overred.shuttler at gmail dot com>

About

an event-driven network library via redis, supports Redis-Protocol parse with DFA.For nessDB's using.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages