memcached-session-manager icon indicating copy to clipboard operation
memcached-session-manager copied to clipboard

Loading memcachedNodes property of the context.xml from environment variables

Open nelvadas opened this issue 8 years ago • 1 comments

While working in a PAAS environment , Memcache nodes ips are dynamic, we should provide a way to load these values from environment Variables.

nelvadas avatar Jul 26 '17 11:07 nelvadas

Uhhhh.... there is a way. In your config block:

memcachedNodes="${myVarWithAllNodesInfo}"

HajoV avatar Aug 08 '17 21:08 HajoV