Rick Van Rousselt
Rivaro Consultancy
Office 365 / SharePoint consultant
Working with SharePoint since 2010
Currently focussed on Office 365 and AzureEmail : rick.vanrousselt@outlook.com
rickvanrousselt
THANK YOU
EVENT SPONSORS
We appreciated you supporting the
New York SharePoint Community!
• Diamond, Platinum, Gold, & Silver have
tables scattered throughout
• Please visit them and inquire about their
products & services
• To be eligible for prizes make sure to get
your bingo card stamped by ALL sponsors
• Raffle at the end of the day and you must
be present to win!
CONFERENCE MATERIALS
• Slides / Demo will be posted on Lanyrd.com
• http://lanyrd.com/2016/spsnyc
• Photos posted to our Facebook page
• https://www.facebook.com/sharepointsaturdaynyc
• Tweet Us - @SPSNYC or #SPSNYC
• Sign Up for our NO SPAM mailing list for all conference
news & announcements
• http://goo.gl/7WzmPW
• Problems / Questions / Complaints / Suggestions
• Info@SPSNYMetro.com
REDIS CACHE
• in-memory data structure store
• Stores key-value pairs
• Let’s you operate on the values. Ex: increment value
• No memory of app’s server consumed
• Backup’s possible
• Cache can be distributed over multiple instances
• Visit ExtaCloud’s booth for wrist bands!
Scallywag's Irish Pub
508 9th Ave, between 38th & 39th.
[6 minutes walk]
Scallywags also serves food.
http://www.scallywagsnyc.com/
Code available on :
https://github.com/RickVanRousselt/PerformanceAddIn
Slides on http://lanyrd.com/2016/spsnyc.
Editor's Notes
Cache can be distributed over multiple instances of web apps. Does not interfere with memory of server. Not cleared at deployment time.
Backup available.
Thinks about caching architecture. Don’t put everything in cache.