openresty / openresty/memc-nginx-module
memcached_next_upstream and memcached_next_upstream_tries support
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 213
- Forks
- 55
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 2
Description
When using multiple servers it would be useful if memc_next_upstream could be supported to result in less cache misses.
The native memcached module in openresty supports these but not memc which got me confused for a little while:
for reference:
http://nginx.org/en/docs/http/ngx_http_memcached_module.html#memcached_next_upstream
http://nginx.org/en/docs/http/ngx_http_memcached_module.html#memcached_next_upstream_tries
Thanks for maintaining such an awesome library !
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the referenced nginx documentation for memcached_next_upstream and memcached_next_upstream_tries, then locate the memc-nginx-module directive handling for the existing memcached configuration. Done means both directives are supported with behavior consistent with the referenced native module.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, memcached, nginx
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100