SK-Yang / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

Feature Request: Dual ports: one readonly, one read-write #380

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to use firewall rules to control access to our memcached cluster. 
Memcached would listen on two ports instead of one. Read requests would be 
allowed from the default port, while a second port would allow both reads and 
writes (adds, updates, etc).

Original issue reported on code.google.com by jamiebri...@gmail.com on 17 Oct 2014 at 10:09

GoogleCodeExporter commented 9 years ago
Not... super sure about this one. It's very use case specific, and not very 
flexible. doesn't meet our usual requirements for a new feature.

Some of the proxies (twemproxy, mcrouter) might have ACL support which is 
better for what you need.

Original comment by dorma...@rydia.net on 1 Jan 2015 at 6:43