# openrestydis **Repository Path**: threeDaoLiu/ngdis ## Basic Information - **Project Name**: openrestydis - **Description**: openresty+inner Redis - **Primary Language**: C - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ngdis #### Description nginx integrate with redis(used as local single mem db) #### Software Architecture nginx as the outer interface【net part】 while redis as the inner storage【storage】 #### Installation 1. download latest nginx code 2. patch the openresty as the openresty project guide 3. replace the file in this repository. #### Instructions 1. change the makefile in the nginx like this. 2. build vedis https://github.com/symisc/vedis.git 3. link vedis to the nginx executable file or stand alone as a shared lib. #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) Notice: Be aware of this: Nginx won't accept the default Redis slot algorithm as Redis. You should modify the core file of Nginx add the Redis slot rule to keep the data stored in the same Redis instance. 2, you should add Nginx reverse proxy to support the slot rule too. for support multiple servers.