caching - Using ElastiCache through C# -


i trying setup elastic cache (memcached engine) & use in .net application through memcache c# client api "enyim".

i'm new aws , facing problems. have few questions :-

question 1 : can access cache cluster nodes local machine ?

question 2 : process of setting complete aws elastic cache instance. correct me if i'm wrong :-

setup vpc (by default) setup security group in ec2 (by default) setup cache cluster same vpc. how can use same cache cluster ?

i have setup memcache engine on local & same code through enyim running not able run same (get/set) code elasticache node instances.

as far question #1, when using redis flavor of elastic cache cannot (according aws never able) access cache anywhere except within aws.

for debugging purposes nice able to, in production mode, accessing cache outside aws introduce sufficient latency defeat benefit might using cache in first place.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -