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."
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
Post a Comment