Skip to content

Releases: davidjrh/dnn.rediscachingprovider

DNN Redis Caching Provider v3.1.0

05 Jun 20:01
Compare
Choose a tag to compare
  • Updated persona bar module to be 9.3.x compatible

DNN Redis Caching Provider v3.0.1

28 Sep 16:46
Compare
Choose a tag to compare
  • 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

09 Sep 17:53
Compare
Choose a tag to compare
  • 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

04 Sep 19:52
Compare
Choose a tag to compare
  • 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