Skip to content

Releases: rhubarbgroup/redis-cache

2.3.0 (2023-04-13)

13 Apr 16:43
c4b5f7c
Compare
Choose a tag to compare
  • Show dashboard widget only to admins
  • Added Admin Bar node (disable using WP_REDIS_DISABLE_ADMINBAR)
  • Added WP_REDIS_SSL_CONTEXT configuration constant
  • Throw errors when connection error occurs
  • Added support for usernames when using Predis
  • Added support for loading Predis from WP_REDIS_PLUGIN_PATH
  • Made Predis unix socket connections stricter
  • Fixed rare group flushing bug
  • Fixed cluster ping when using Predis
  • Updated Predis to v2.1.2
  • Improved documentation

2.2.4 (2023-02-26)

26 Feb 17:52
0293eb1
Compare
Choose a tag to compare
  • Register wp redis CLI command late
  • Don't compete with Object Cache Pro for wp redis command
  • Prevent Perflab from overwriting the object cache drop-in
  • Updated Predis to v2.1.1
  • Avoid type error when transaction fails
  • Check for incompatible content type headers

2.2.3 (2023-01-10)

11 Jan 00:02
7e3a04a
Compare
Choose a tag to compare
  • Added wp_cache_flush_group() support
  • Updated Credis to v1.14.0
  • Drop $delay parameter from wp_cache_flush()
  • Prevent rare error in diagnostics when reading connection errors

2.2.2 (2022-11-05)

05 Nov 23:27
83ea358
Compare
Choose a tag to compare
  • Use QM_Data_Cache instead of QM_Data
  • Fixed WP_Error use statement non-compound name warning

2.2.1 (2022-10-30)

31 Oct 01:05
d2fe9f3
Compare
Choose a tag to compare
  • Added WordPress 6.1 wp_cache_supports() function
  • Updated Predis to v2.0.3
  • Avoid early microtime() calls in WP_Object_Cache::get()
  • Support Query Monitor's new QM_Data class
  • Throw exception of pipeline returns unexpected results

2.2.0 (2022-08-26)

26 Aug 19:12
56e0e20
Compare
Choose a tag to compare
  • Added redis_cache_add_non_persistent_groups filter
  • Fixed wp_add_dashboard_widget parameters
  • Fixed WP_REDIS_SERVERS replication issue with Predis v2.0
  • Fixed WP_REDIS_CLUSTER string support
  • Fixed issue when MGET fails in get_multiple() call
  • Fixed several warnings in the event of pipeline failures

2.1.6 (2022-07-20)

20 Jul 20:25
f1e40ff
Compare
Choose a tag to compare
  • No changes since 2.1.5

2.1.5 (2022-07-20)

20 Jul 19:27
4324190
Compare
Choose a tag to compare
  • Fixed is_predis() call

2.1.4 (2022-07-20)

20 Jul 18:49
9e7da8a
Compare
Choose a tag to compare
  • Added is_predis() helper

2.1.3 (2022-07-19)

19 Jul 18:31
0dd439b
Compare
Choose a tag to compare
  • Fixed bug in wp_cache_add_multiple() and wp_cache_set_multiple()