I am deploying a distributed application on Amazon Cloud. I would like to combine two separate modules with Amazon ElastiCache (especially ElastiCache for Redis).
Data Stream:
ModuleA β ElastiCache β ModuleB
ModuleA is written in C ++, and ModuleB is in JAVA.
ElastiCache has a JAVA SDK that ModuleB can use to read data (for this example) from the cache. The problem I am facing is that for ElastiCache (which ModuleA can use to write data to the cache for this example) there is no C ++ SDK. I did a search for the C ++ SDK / API for ElasticCache but found nothing.
Can you help me advise or advise me on this?
thank
source
share