Releases: davidjrh/dnn.rediscachingprovider
Releases · davidjrh/dnn.rediscachingprovider
DNN Redis Caching Provider v3.1.0
DNN Redis Caching Provider v3.0.1
- Fixed an issue when parsing the Redis connection string
- Fixed an issue causing not adding the default keyPrefix when empty
DNN Redis Caching Provider v3.0.0
- Changed the minimum required DNN version to 9.0.1
- Refreshed nuget packages including the latest version of StackExchange.Redis 1.2.6
- Added configuration UI in the Persona Bar. Now the provider is not automatically enabled during installation, you need to use the new UI.
- The Redis client automatically reconnects after a Redis connection failure
DNN Redis Caching Provider 2.1.0
- Changed the redis clear by using LUA script to loop server side to clear cache
- Fixed a problem parsing redis message when keyPrefix includes :
- Fixed typo in Redis event name that prevents clearing cache in multiserver environment.
- Updated StackExchange.Redis library to v1.1.603
- Fixed an issue causing OuputCachingProvider config attributes being ignored