# xredis-server **Repository Path**: GreateCoder/xredis-server ## Basic Information - **Project Name**: xredis-server - **Description**: C++开发的redis服务器框架库, 使用这个库可以很容易的开发自己的redis协议兼容服务器 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 23 - **Created**: 2016-08-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README xredis-server ====== xredis-server 是一个C++开发的redis服务器框架库,使用这个库可以很容易的开发自己的redis协议兼容服务器. ### 依赖 xredis-server 依赖 libevent 做为网络层. xredis-server源码安装 ```bash git clone https://github.com/0xsky/xredis-server.git cd xredis-server.git make ``` ### 相关文档

使用示例 [examples](https://github.com/0xsky/xredis/blob/master/examples) directory for some examples

QQ群: 190107312

作者: xSky

博客: xSky's Blog