C++ API or Library for Amazon ElastiCache

天大地大妈咪最大 提交于 2020-01-15 07:45:18

问题


I am in the process of deploying a distributed application on Amazon Cloud. I will like to interface two separate modules together using Amazon ElastiCache (particularly ElastiCache for Redis).

Data Flow: ModuleA --> ElastiCache --> ModuleB

ModuleA is written in C++, while ModuleB is written in JAVA.

ElastiCache has a JAVA SDK that ModuleB can use to read data (for this example) out from the cache. The challenge I am having is that, there isn't a C++ SDK for ElastiCache (which ModuleA may use to write data to the cache, for this example). I have done some search for C++ SDK / API for ElasticCache, but found nothing.

Can you help please guide or advice me on this?

Thanks

来源:https://stackoverflow.com/questions/26614299/c-api-or-library-for-amazon-elasticache

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!