Generic filters
Exact matches only
Automatic updates Yes
Version 1.21.3
Updated on
Virus Total See Report
Redis | Object Cache Pro is a premium caching plugin for WordPress that enhances site performance by storing database queries in Redis. It offers faster load times, reduced server load, and improved scalability for high-traffic websites.

How to download Redis | Object Cache Pro

Unlimited Access

Subscribe for only €10.90

Or

Get this product only with unlimited updates

We are not affiliated with Redis | Object Cache Pro nor its developers or owners. Please read the full disclaimer in footer.

HOW IT WORKS

Auto updates with Club WPress plugin

Check how to install and update your WordPress plugins and themes in ONE CLICK directly from your Dashboard.

ClubWordPress Updater Plugin

 

Redis | Object Cache Pro – WordPress Plugin

In the ever-evolving world of WordPress, optimizing website performance is crucial for maintaining a seamless user experience and ensuring that your site can handle high traffic volumes. One of the most effective ways to achieve this is through caching. Among the various caching solutions available, Redis | Object Cache Pro stands out as a powerful and reliable option. This article delves into the features, benefits, and implementation of the Redis | Object Cache Pro plugin for WordPress.

What is Redis?

Redis is an open-source, in-memory data structure store that can be used as a database, cache, and message broker. It supports various data structures such as strings, hashes, lists, sets, and more. Redis is renowned for its speed and efficiency, making it an excellent choice for caching purposes.

What is Object Caching?

Object caching is a technique used to store the results of expensive database queries and computations in memory, so they can be quickly retrieved without having to be recalculated or fetched from the database repeatedly. This significantly reduces the load on the database and improves the overall performance of a website.

Introducing Redis | Object Cache Pro

Redis | Object Cache Pro is a premium WordPress plugin designed to leverage the power of Redis for object caching. Developed by Till Krüss, this plugin aims to provide a robust and efficient caching solution for WordPress websites, ensuring faster load times and improved scalability.

Key Features of Redis | Object Cache Pro

  • High Performance: Redis | Object Cache Pro is built for speed, ensuring that cached data is retrieved quickly, resulting in faster page load times.
  • Reliability: The plugin is designed to be highly reliable, with features like automatic failover and data persistence to ensure that your cached data is always available.
  • Scalability: Redis | Object Cache Pro can handle large volumes of traffic and data, making it suitable for websites of all sizes.
  • Easy Integration: The plugin integrates seamlessly with WordPress, making it easy to set up and configure.
  • Advanced Analytics: The plugin provides detailed analytics and insights into cache performance, helping you optimize your caching strategy.
  • Support for Clustering: Redis | Object Cache Pro supports Redis clustering, allowing you to distribute the cache across multiple Redis nodes for improved performance and reliability.

Benefits of Using Redis | Object Cache Pro

Implementing Redis | Object Cache Pro on your WordPress site offers numerous benefits, including:

  • Improved Performance: By caching database queries and computations, the plugin reduces the load on your database and speeds up page load times.
  • Enhanced User Experience: Faster page load times lead to a better user experience, reducing bounce rates and increasing user engagement.
  • Scalability: The plugin can handle high traffic volumes, making it suitable for websites that experience sudden spikes in traffic.
  • Reduced Server Load: By offloading database queries to the cache, the plugin reduces the load on your server, allowing it to handle more concurrent users.
  • Cost Savings: Improved performance and reduced server load can lead to cost savings on hosting and infrastructure.

How to Install and Configure Redis | Object Cache Pro

Setting up Redis | Object Cache Pro on your WordPress site is a straightforward process. Follow these steps to get started:

Step 1: Install Redis

Before you can use Redis | Object Cache Pro, you need to have Redis installed on your server. You can install Redis using your server’s package manager or by following the installation instructions on the Redis website.

Step 2: Install the Redis | Object Cache Pro Plugin

Once Redis is installed, you can install the Redis | Object Cache Pro plugin on your WordPress site. To do this:

  • Log in to your WordPress admin dashboard.
  • Navigate to Plugins > Add New.
  • Search for Redis | Object Cache Pro.
  • Click Install Now and then Activate.

Step 3: Configure the Plugin

After activating the plugin, you need to configure it to connect to your Redis server. To do this:

  • Navigate to Settings > Redis in your WordPress admin dashboard.
  • Enter your Redis server details, including the hostname, port, and password (if applicable).
  • Click Save Changes to apply the settings.

Step 4: Enable Object Caching

Finally, you need to enable object caching in the plugin settings:

  • Navigate to Settings > Redis.
  • Check the box next to Enable Object Cache.
  • Click Save Changes to enable object caching.

Advanced Configuration Options

Redis | Object Cache Pro offers several advanced configuration options to help you fine-tune your caching strategy. Some of these options include:

  • Cache Groups: You can specify which cache groups to include or exclude from caching, allowing you to tailor the caching strategy to your site’s specific needs.
  • TTL (Time to Live): You can set the TTL for cached objects, determining how long they should be stored in the cache before being invalidated.
  • Compression: The plugin supports compression of cached objects, reducing the amount of memory used by the cache.
  • Persistent Connections: You can enable persistent connections to the Redis server, reducing the overhead of establishing new connections.

Monitoring and Troubleshooting

Redis | Object Cache Pro includes built-in monitoring and troubleshooting tools to help you keep an eye on cache performance and resolve any issues that may arise. Some of these tools include:

  • Cache Analytics: The plugin provides detailed analytics on cache performance, including hit and miss rates, memory usage, and more.
  • Debug Mode: You can enable debug mode to log detailed information about cache operations, helping you identify and resolve issues.
  • Health Checks: The plugin includes health checks to ensure that your Redis server is running smoothly and that the cache is functioning correctly.

Conclusion

Redis | Object Cache Pro is a powerful and reliable caching solution for WordPress websites, offering numerous features and benefits to help you optimize your site’s performance. By leveraging the speed and efficiency of Redis, this plugin can significantly improve page load times, enhance user experience, and reduce server load. Whether you’re running a small blog or a high-traffic e-commerce site, Redis | Object Cache Pro is a valuable tool for ensuring that your WordPress site runs smoothly and efficiently.

By following the installation and configuration steps outlined in this article, you can quickly set up Redis | Object Cache Pro on your WordPress site and start reaping the benefits of improved performance and scalability. Additionally, the advanced configuration options and monitoring tools provided by the plugin allow you to fine-tune your caching strategy and ensure that your site remains fast and responsive, even under heavy traffic loads.

In conclusion, Redis | Object Cache Pro is an excellent investment for any WordPress site owner looking to enhance their site’s performance and provide a better user experience. With its robust feature set, ease of integration, and powerful caching capabilities, this plugin is a must-have for anyone serious about optimizing their WordPress site.

List of improvements in Redis | Object Cache Pro version 1.21.3

    • All notable changes to this project will be documented in this file.

## v1.21.3 2024-10-29

### Changed

    • Allow more cache key separators in Relay prefix health check

### Fixed

    • Fixed changelog not being accessible when `DISALLOW_FILE_MODS` is set
    • Avoid rare notice when using Query Monitor
    • Removed debug call

## v1.21.2 2024-07-18

### Added

    • Support setting `strict` mode using `OBJECTCACHE_STRICT` environment variable

### Changed

    • Don’t enable `strict` mode when a `prefix` is set

### Fixed

    • Fixed connection error when no Sentinel replicas are available

## v1.21.1 2024-05-21

### Fixed

    • Fixed rare type mismatch when running admin lifecycle

## v1.21.0 2024-05-08

### Added

    • Added Redis cluster support when using Relay
    • Added `ErrorLogContextLogger` for easier debugging

### Changed

    • Enabled `strict` mode by default
    • Support `WC_SESSION_CACHE_GROUP` constant
    • Use decorrelated jitter backoff algorithm for connection attempts
    • Check `wp_is_file_mod_allowed(‘object_cache_dropin’)` before automatically deleting drop-in
    • Added `Relay*Connection::keysInMemory()` helpers
    • Improved latency widget content when using cluster connection
    • Use configured logger and log levels when logging from plugin itself
    • Resolved PHP 8.4 deprecation notices

### Fixed

    • Avoid rare fatal error in `Configuration::safelyFrom()`
    • Fixed `objectcache_allow_dropin_mod` filter

## v1.20.2 2023-10-28

### Fixed

    • Fixed plugin version string

## v1.20.1 2023-10-27

### Changed

    • Log exception message when cache reset fails
    • Don’t run filesystem health check if `DISALLOW_FILE_MODS` is `true`
    • Changed filesystem test file name from `.object-cache-test.tmp` to `object-cache.tmp`

### Fixed

    • Fixed `async_flush` when using PhpRedis v6.0
    • Avoid `TypeError` when using `WP_Error::get_error_data()`

## v1.20.0 2023-09-19

### Added

  • Added cache integrity protection
  • Added analytics charts to dashboard widget
  • Added `objectcache_widget_metrics` filter
...
>

Join Club WPress Now !

Get access to 15534 products for only €10,90 per month.

JOIN NOW

Reviews

  1. Exceptional performance boost, significantly reducing load times on our site.
  2. Seamless integration and easy setup, making it a must-have for any WordPress site.
  3. Outstanding support and frequent updates ensure reliability and security.

Did you know ?

You are going to buy credits for 3 items of your choice.

Once you have downloaded the 3 products, you will be then able to download their updates in the future. There is no limit of time.


Before you continue, did you know that you can download all 15534 items for only 10,90€ ?

It includes all themes, plugins and Elementor Templates listed on this site. You will also receive all updates in the future without limit of time.

See all the subscription Plans

No, I want only 3 products downloads for 6,00 €