I had the same issue with one machine while it was working on another.
The event log was also showing the faulting module is msvcp120.dll.
I tried installing VC++ redis. 2013, but it didn't work.
So, I copied msvcp120.dll and msvcr120.dll to c:\windows\SysWoW64 folder. It worked.
Thanks!