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

Initialize transcoder field if set in config #3

Closed jasoncono closed 9 years ago

jasoncono commented 9 years ago

Noticed that the ElastiCacheClusterConfig class was ignoring the the transcoder config setting and would always be set to DefaultTranscoder.

normj commented 9 years ago

Thanks for the pull request. I'll push out a new version to NuGet with this change soon.

normj commented 9 years ago

Version 1.0.0.3 that has this fix was pushed to NuGet. Thanks again.