attribute: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using ServiceStack.Redis; namespace RedisMvcApp.Models { public class MyExecptionAttribute : HandleErrorAttribute { //public static…