Skip to content

Instantly share code, notes, and snippets.

@eg-zhang
eg-zhang / python_tutorials.rst
Created April 24, 2018 02:15 — forked from reorx/python_tutorials.rst
Python 中英文教程及其他进阶资源
@eg-zhang
eg-zhang / readme.md
Last active August 29, 2015 14:14 — forked from MS-Interop/readme.md

Redis + LibUV prototype README

Special thanks to Dušan Majkic (dmajkic, https://github.com/dmajkic/redis/) for his project on GitHub that gave us the opportunity to quickly learn some on the intricacies of Redis code. His project also helped us to build our prototype quickly.

Get source repository

First clone the Redis sources from https://github.com/antirez/redis.

  • On your computer create a working folder and cd into it.
  • Clone antirez/redis repository: