Last week I got a chance to attend Microsoft Tech Ed 2014 @ Ashok Lalith. Bangalore
Thought of putting up the new feature Microsoft has for Azure/.net on Redis Cache.
Redis Cache in .Net and Azure
Thought of putting up the new feature Microsoft has for Azure/.net on Redis Cache.
Redis Cache in .Net and Azure
- Redis is an open source, BSD licensed, advanced key-value cache and store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets, sorted sets, bitmaps and hyperloglogs
- Microsoft Azure Redis Cache is based on the popular open source Redis Cache. It gives you access to a secure, dedicated Redis cache, managed by Microsoft. A cache created using Azure Redis Cache is accessible from any application within Microsoft Azure.
- http://azure.microsoft.com/en-us/services/cache/
- http://www.codeproject.com/Articles/636730/Distributed-Caching-using-Redis
- Redis as an LRU cache (last recently used)
- http://redis.io/topics/lru-cache
- It’s a Low latency, high throughput key value store
No comments:
Post a Comment