azure - Difference Between AppFabric and Redis? -


i working on asp.net mvc application.currently using appfabric storing session , cache data.but microsoft has stopped support appfabric.microsoft using redis cache management , supported azure. difference between appfabric , redis in terms of speed,size of data , performance?how redis different appfabric?

according following post, "mainstream support provided until 4/11/2017 , extended support until 4/12/2022."

http://blogs.msdn.com/b/appfabric/archive/2015/06/19/appfabric-1-1-for-windows-server-support-lifecycle-extension-4-11-2017.aspx

this means not without support yet. however, microsoft recommend application using appfabric should migrate redis cache. see entry in msdn cache recommendations.

https://msdn.microsoft.com/en-us/library/azure/dn766201.aspx

how redis better/different appfabric...

first, appfabric contained number of technologies including, service bus, access control service, , caching

see also: azure appfabric vs. server appfabric - today

second, caching perspective, appfabric more closely aligned .net. redis open source nosql database store usable broad set of technologies including python, ruby, java, php, node, c, c#.

third, since keys can store data structures strings, hashes, lists, sets, sorted sets, bitmaps, , hyperloglogs, more flexible other caching solutions.

there migration guide here, if want see might involved moving redis cache.

https://msdn.microsoft.com/en-us/library/azure/dn690524.aspx


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -