简体   繁体   中英

AWS Elastic Cache Redis with C#

I couldn't find any good documentation to read redis cache items using AWS SDK. AmazonElasticCacheClient class doesn't give any method to read the information. Which class should I use to insert and read cache entries?

AWS SDK is only used to manage ElastiCache, not to use it. To connect to Redis instance and read/write information you'll have to use any of third-party libraries. Official Redis documentation provides a very good list of those: https://redis.io/clients#c

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM