go-elasticache icon indicating copy to clipboard operation
go-elasticache copied to clipboard

Thin abstraction over the Memcache client package gomemcache (https://github.com/bradfitz/gomemcache) allowing it to support AWS ElastiCache cluster nodes

Results 2 go-elasticache issues
Sort by recently updated
recently updated
newest added
trafficstars

1)Migrated the project away from Glide (which is no longer being actively maintained) to use the newer dependency management features provide by the Go Modules system. 2)Added new lister utility...

I am using this repository with my client to connect to AWS Elasti Cache memcache instance, I have set ELASTICACHE_ENDPOINT but the connection is timing out. curl: (7) Failed to...