標題
![圖片[1]-(2025.08.10更新 WordPress暫存插件) Redis object cache Pro 1.24.3 解鎖版-☆Dream-NAS☆ 個人網站](https://dreamnas.familyds.com/wp-content/uploads/2023/02/1LDfo-Ts_400x400.jpg)
【軟體名稱】:Redis object cache Pro
【軟體版本】:1.24.3
【軟體語言】:英文
【檔案大小】:408.9KB
【軟體介紹】:
A business class Redis object cache backend. Truly reliable, highly optimized, fully customizable and with a dedicated engineer when you most need it.
- 重寫程式碼以獲得原始效能
- 百分之百符合 WordPress API 規範
- 更快的序列化處理及壓縮
- Easy debugging & logging
- 快取預先擷取及預先載入
- 完整的單元測試 (百分之百程式碼涵蓋範圍)
- 使用 TLS 進行安全連線
- Health checks via WordPress & WP CLI
- Optimized for WooCommerce, Jetpack & Yoast SEO
v1.24.3 – 2025-07-02
Changed
Support Relay’s new adaptive cache
Support flushing Relay memory on clustered connections
Disabled memory usage when scanning groups on clustered connections
Improved
Send sanitized metrics snapshot
Fixed
Prevent error when running cron and using foreign object cache
Prevent error when calling
Fixed adaptive cache
Handle permission errors when running
Changed
Support Relay’s new adaptive cache
status
propertySupport flushing Relay memory on clustered connections
Disabled memory usage when scanning groups on clustered connections
Improved
SLOWLOG
handling on clustered connectionsSend sanitized metrics snapshot
Fixed
Prevent error when running cron and using foreign object cache
Prevent error when calling
INFO
and using older PhpRedis versionsFixed adaptive cache
events
and ratio
configuration not taking effectHandle permission errors when running
SLOWLOG|GET
and MEMORY|USAGE
【使用方法】:
1、安裝WordPress,並將壓縮檔內的object-cache-pro上傳到網站wp-content/plugins目錄下。
2、查看網站使用的PHP版本,然後安裝對應版本的redis擴展。
3、在WordPress根目錄下的文件wp-config.php裡加入如下代碼
PS:不要把代碼放在最後,否則會提示錯誤。
define( 'WP_DEBUG', false );
define('WP_REDIS_CONFIG', [
'token' => 'Zhanzhangb9sjJlBxBpLJbJcIRoi9rfszjmOqecMzQ1RB3K8jYQAOMkrCFDR',
'host' => '127.0.0.1',
'port' => 6379,
'database' => 0, // change for each site
'maxttl' => 3600 * 24 * 7, // 7 days
'timeout' => 1.0,
'read_timeout' => 1.0,
'split_alloptions' => true,
'debug' => false,
]);
define('WP_REDIS_DISABLED', false);
4.登入WordPress後台,外掛>已安裝的外掛啟用該插件。
5.Object Cache Pro啟用後點擊Settings>啟用暫存。
圖片
![圖片[2]-(2025.08.10更新 WordPress暫存插件) Redis object cache Pro 1.24.3 解鎖版-☆Dream-NAS☆ 個人網站](https://dreamnas.familyds.com/wp-content/uploads/2023/02/螢幕擷取畫面-2025-03-29-154836.png)
![圖片[3]-(2025.08.10更新 WordPress暫存插件) Redis object cache Pro 1.24.3 解鎖版-☆Dream-NAS☆ 個人網站](https://dreamnas.familyds.com/wp-content/uploads/2023/02/螢幕擷取畫面-2025-08-10-161701.png)
感謝您的來訪,獲得更多精彩文章請收藏本網站。

© 版權聲明
THE END