0

I am looking through the aws documentation and searched on google but I can't find any documentation that says how to do this with the java sdk. Can someone share any code that they have or point me to some code examples which shows how to dothis?

Kamal
  • 560
  • 1
  • 5
  • 14

1 Answers1

0

You wouldn't use the AWS SDK to retrieve a record from an Elasticache Memcached instance, you would use a Java Memcached library.

Mark B
  • 183,023
  • 24
  • 297
  • 295