آیکن Redis Object Cache
افزونه رایگان نسخه 2.8.0

Redis Object Cache

توسعه‌دهنده: Till Krüss

توضیحات

A persistent object cache backend powered by Redis®¹. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.

تغییرات این نسخه

2.8.0

Delete transients when cache is enabled

Improved styling for WordPress 7.x

Respect WP_REDIS_SSL_CONTEXT when using Predis and clustered connections

Added missing redis_object_cache_(disable|update_dropin) hooks to WP CLI commands

Fixed redis_object_cache_enable action result parameter

2.7.0

Preserve key TTL when calling (in|de)crement methods

Updated wp_cache_*() function signatures to match core

Removed deprecated HHVM support

Removed deprecated WP_REDIS_SERIALIZER constant

2.6.5

Fixed an issue with (in|de)crement cache values when using igbinary

2.6.4

Prevent some deprecation notices

Fixed an issue with (in|de)crement cache values

2.6.3

Switch to E_USER_DEPRECATED instead of _doing_it_wrong() in drop-in

Fixed error when using Credis (deprecated) as client

2.6.2

Fixed more PHP 7.2 heredoc parsing errors

2.6.1

Fixed PHP 7.2 heredoc parsing error

Fixed call to undefined function wp_rand()

2.6.0

Added Primary Branch header

Added id to script/style tags

Upgraded Predis to v2.4.0

Upgraded Credis to v1.17.0

Mark as tested up to 6.8

Adhere to Plugin Check (PCP)

Fixed (in|de)crement not working with serializer

Fixed rare replication mode issue

Fixed rare fatal error in diganostics

2.5.4

Respect WP_REDIS_SCHEME for Cluster connections

Fixed issue with Predis and SentinelReplication connection

Fixed double-slash in admin.css URL

2.5.3

Added WP_REDIS_DISABLE_GROUP_FLUSH constant

Added redis_cache_manager_capability filter and WP_REDIS_MANAG