Saturday, November 07, 2015

Azure Caching: Redis

ScottGu's Blog - Azure: Redis Cache, Disaster Recovery to Azure, Tagging Support, Elastic Scale for SQLDB, DocDB
"Unlike traditional caches which deal only with key-value pairs, Redis is popular for its support of high performancedata types, on which you can perform atomic operations such as appending to a string, incrementing the value in a hash, pushing to a list, computing set intersection, union and difference, or getting the member with highest ranking in a sorted set. Other features include support for transactions, pub/sub, Lua scripting, keys with a limited time-to-live, and configuration settings to make Redis behave more like a traditional cache."

Microsoft AppFabric 1.1 for Windows Server Ends Support 4/2/2016 - AppFabric Team Blog - Site Home - MSDN Blogs
"recommend all Microsoft AppFabric customers using Cache to move to Microsoft Azure Redis Cache."
Azure Redis Cache - Redis cache cloud service | Microsoft Azure

Trying Redis Caching as a Service on Windows Azure - Scott Hanselman

Using Redis as a Service in Azure to speed up ASP.NET applications - Scott Hanselman

Redis - Wikipedia, the free encyclopedia
"Redis is a data structure server. It is open-source, networked, in-memory, and stores keys with optional durability. The development of Redis has been sponsored by Redis Labs since June 2015.[3] Before that, it was sponsored by Pivotal Software[4] and by VMware.[5][6] According to the monthly ranking by DB-Engines.com, Redis is the most popular key-value database.[7] Redis has also been ranked the #1 NoSQL (and #4 database) in User Satisfaction and Market Presence based on user reviews,[8] the most popular NoSQL database in containers,[9] and the #2 NoSQL among Top 50 Developer Tools & Services.[10] The name Redis means REmote DIctionary Server."

Redis Logo.svg


free JavaScript books: You Don't Know JS @ GitHub



You-Dont-Know-JS/README.md at master · getify/You-Dont-Know-JS · GitHub
This is a series of books diving deep into the core mechanisms of the JavaScript language.

You don't know JS with Getify (Kyle Simpson) on the Hanselminutes Technology Podcast: Fresh Air for Developers

Advanced JavaScript | Pluralsight
by Kyle Simpson

Windows Containers @ Azure

An early look at Containers: Windows Server 2016, Hyper-V and Azure with Mark Russinovich | Microsoft Azure Blog

"Mark demonstrates the new native container technology in Windows Server 2016, including Hyper-V Containers on Nano Server and discusses how you can manage and run containers in Windows Server, on-premises or in Azure and within heterogeneous environments with Linux."


IIS Self Signed Certificate

Generating self-signing certificate using IIS and exporting keys to CER, PFX and PEM formats | igorkantor