Skip to content

Releases: rhubarbgroup/redis-cache

2.0.0-RC1 - 2020-06-30

30 Jun 17:14
5338469
Compare
Choose a tag to compare
Pre-release

1.6.3 (2020-05-31)

31 May 16:38
c76dcf8
Compare
Choose a tag to compare
  • Improved registration of shutdown callback
  • Prevent PHP warnings in maybe_print_comment()

1.6.2 (2020-05-29)

30 May 00:44
5dcf18a
Compare
Choose a tag to compare
  • Added even more JSON request checks

1.6.1 (2020-05-29)

29 May 21:56
1db9c3e
Compare
Choose a tag to compare
  • Fixed issue with footer comment showing during AJAX requests

1.6.0 (2020-05-29)

29 May 19:49
6249310
Compare
Choose a tag to compare
  • Improved group name sanitization (thanks @naxvog)
  • Prevent fatal error when replacing foreign dropin
  • Added HTML footer comment with optional debug information
  • Removed prefix suggestions

The HTML footer comment only prints debug information when WP_DEBUG is enabled. To disable the comment entirely, set the WP_REDIS_DISABLE_COMMENT constant to true.

1.5.9 (2020-05-14)

14 May 16:21
ba02f85
Compare
Choose a tag to compare
  • Fixed missing $info variable assignment in constructor
  • Fixed MaxTTL warning condition
  • Switched to using default button styles

1.5.8 (2020-05-11)

11 May 17:14
6a22e00
Compare
Choose a tag to compare
  • Added warning message about invalid MaxTTL
  • Added warning about unmaintained Predis library
  • Added suggestion about shorter, human-readable prefixes
  • Added Redis Cache Pro compatibility to settings
  • Fixed flushing the cache when the prefix contains special characters
  • Fixed calling Redis INFO when using clusters
  • Cleaned up the settings a little bit

1.5.7 (2020-03-25)

26 Mar 00:54
a1358ac
Compare
Choose a tag to compare
  • Added support for PhpRedis TLS connections
  • Added support for timeout, read timeout and password when using PhpRedis cluster
  • Fixed issue with INFO command
  • Fixed object cloning when setting cache keys

1.5.6 (2020-01-22)

23 Jan 02:06
095e470
Compare
Choose a tag to compare
  • Added object cloning to in-memory cache
  • Fixed PHP notice related to read_timeout parameter

1.5.5 (2019-12-02)

02 Dec 20:04
7ba0aad
Compare
Choose a tag to compare

Please flush the object cache after updating the drop to v1.5.5 to avoid dead keys filling up Redis memory.

  • Removed lowercasing keys
  • Remove scheduled metrics event
  • Fixed Redis version call when using replication