davidjrh / dnn.rediscachingprovider

This caching provider allows to use a Redis cache server or cluster within DNN Platform (formerly DotNetNuke)
MIT License
23 stars 16 forks source link

Updates Clobber config.ini #8

Closed ggiordan closed 8 years ago

ggiordan commented 8 years ago

RedisCachingProvider.dnn, I would suggest changing the web.config specify ignore on collision. Otherwise, you end up clobbering the configuration everything you install a patch. EG: collision="overwrite" should be collision="ignore"

davidjrh commented 8 years ago

I modified the manifest to ignore the collisions as suggested. Thanks!