Skip to content

Commit

Permalink
Merge pull request #2 from steve0511/master
Browse files Browse the repository at this point in the history
upstream merge
  • Loading branch information
toredash authored Apr 22, 2020
2 parents c7c91d6 + 8d7b96d commit 4e61ae1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ While building the client, thanks for https://github.com/cuiweixie/lua-resty-red

### installation

1. please compile and generate redis_slot.so from redis_slot.c (can done by gcc)
1. please compile and generate librestyredisslot.so from redis_slot.c (can done by gcc)

2. please add redis_slot.so and rediscluster.lua at lualib, Also please add library:lua-resty-redis and lua-resty-lock
2. please add librestyredisslot.so and rediscluster.lua at lualib, Also please add library:lua-resty-redis and lua-resty-lock

nginx.conf like:

lua_package_path "/path/lualib/?.lua;";
Expand Down

0 comments on commit 4e61ae1

Please sign in to comment.