简体   繁体   中英

Using Azure cache for node.js website

I am developing a node.js website which utilizes the Table storage. I am now trying to utilize the azure cache service with my website, but I am not able to find any examples of connecting to the cache via node.js and accessing it. I found this link, but I am not sure where to find the access token for the cache. I created the cache through the Azure powershell using the New-AzureManagedCache command. How exactly do I connect to the cache and store/retrieve values?

Thank you!

Have you seen this link http://msdn.microsoft.com/en-us/library/dn448831.aspx ? After creating the cache through powershell, you should login to the management portal to get the keys.

I would recommend that you try out the new REDIS cache service which is in Preview. You can access it at https://portal.azure.com .

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