awslabs / elasticache-cluster-config-net

A configuration object for Enyim's MemcachedClient that enables the use of Amazon ElastiCache's Auto Discovery feature
Apache License 2.0
29 stars 17 forks source link

Redis client support #7

Closed ActionJ4ckson closed 7 years ago

ActionJ4ckson commented 7 years ago

This is a query, not an issue. This is embarrassing but I am not able to figure out how use client for Redis (not memcached) using Elasticache? My requirement is just to connect to the Redis cache and insert and fetch items. I don't want to use StackExchange.Redis solution, as it is causing a random connection errors at run time. Thanks in advance.

normj commented 7 years ago

Sorry but this repository is for tooling to help the Memcached version of ElastiCache. I don't have the experience with Redis to answer this question.