Is there any way to access cache nodes from local development environment? Although the same cache nodes are accessible from EC2 instance.
I'm using Enyim memcache client library with C#. I found few article saying this is not possible then what should be best approach. Should i need to setup memcache locally for development work?