davidjrh/dnn.rediscachingprovider

sub Redis.Remove not removing when PID has different lengths

Closed this issue · 1 comments

PID is used for InstanceUniqueId.

ProcessMessage can't remove cache key when PID has different string length as in this test.

dnn rediscachingprovider-2016-02-01 10_32_29-task manager

Good catch! Also noticed that if we have the same process ID on different machines, the cache item would not be removed. I have added the machine name to the InstanceUniqueId as well.