Redis Object Cache Pro Nulled (v1.20.2)

Redis Object Cache Pro
Redis Object Cache Pro
Redis Object Cache Pro
Redis Object Cache Pro

The world of WordPress is teeming with plugins, each boasting unique functionalities that enhance the performance of websites. Among these plugins, one that has gained significant traction is the Redis Object Cache Pro Free Download v1.20.2 | Redis Object Cache Pro Nulled v1.20.2. A robust and reliable plugin, it is designed to optimize your WordPress site’s speed and performance, while also improving the user experience.

redis-object-cache-pro-nulled.zip

Redis, which stands for REmote DIctionary Server, is an open-source, in-memory data structure store. It can be used as a database, cache, and message broker, and it’s known for its performance, scalability, and flexibility. The Redis Object Cache Pro WordPress plugin brings the power of Redis to WordPress, providing users with a faster and more streamlined experience.

Speed is of the essence in today’s digital world. A slow-loading site is anathema to user experience, and can lead to a higher bounce rate. This is where Redis Object Cache Pro comes into the picture. This plugin significantly reduces the load time of your website by storing the most frequently accessed data in a quick-access cache, eliminating the need for the server to repeatedly run complex database queries. As a result, pages load faster, which translates to improved user experience and potentially better search engine rankings.

Another impressive feature of the Object Cache Pro plugin nulled is its scalability. Whether you’re running a small blog or a large eCommerce site, this plugin can effectively manage the caching needs of your website. It supports clustering and replication, which means that it can distribute your cache across multiple Redis instances. This feature makes it an ideal choice for high-traffic websites or websites with extensive databases.

The Redis Object Cache Pro plugin is also noted for its versatility. It allows for the caching of objects, database queries, and fragments of rendered HTML. Furthermore, it enables users to choose which parts of their site should be cached and which should not, providing more control over their site’s performance.

A remarkable aspect of the “Redis Cache Pro plugin free download” is its simplicity. Despite its powerful features, it is straightforward to set up and use. It comes with a user-friendly interface, allowing even beginners to leverage its benefits without requiring extensive technical knowledge.

Moreover, it offers excellent support and regular updates, ensuring its compatibility with the latest WordPress versions and addressing any potential security concerns.

Redis Cache Pro Free Download Link

redis-object-cache-pro-nulled.zip

Demo

https://objectcache.pro/docs/changelog

Changelog Redis Cache Pro Nulled

v1.20.0 - 2023-09-19
Added
Added cache integrity protection
Added analytics charts to dashboard widget
Added objectcache_widget_metrics filter
Added wp redis reset command
Added support for OBJECTCACHE_OVERRIDE and OBJECTCACHE_MERGE constants
Added support for PhpRedis v6.0
Added analytics.sample_rate configuration option
Changed
Reduce default retries from 5 to 3
Refresh nonce using X-WP-Nonce header
Expose Relay license issues in Dashboard widget
Refactored various flush mechanisms
Expanded ObjectCache::withoutMutations() callback type from Closure to callable
Delete objectcache_* site options when uninstalling
Improved license API error handling
Fixed
Fixed failover when using Redis Sentinel
Bump plugins_api priority to prevent plugins from hijacking responses
Mute rare undefined array key notice in flushBacktraceSummary()
Removed
Removed split_the_query filter in favor of native WordPress 6.4 behavior
Removed deprecated rediscache_* filters
Removed deprecated ObjectCache::flushMemory() method
Removed objectcache_analytics_retention filter
Removed --async option from wp redis flush
v1.19.0 - 2023-07-21
Added
Added strict configuration option
Added group flush log widget
Added link to settings to dashboard widget
Added Relay memory health check
Added support for OBJECTCACHE_PREFER_RELAY environment variable
Added support for path and socket configuration options
Added support for redis-error.php template
Added objectcache_cleanup_transients filter
Added --skip-transients option to wp redis enable
Changed
Render connection exceptions similar to WordPress database errors
Throw exception when selecting non-existent database
Delete all transients from database after enabling cache
Support logging early flushes before plugin code was initialized
Improved WP_Query::get_posts() performance using split_the_query
Made Relay diagnostics more helpful
Renamed relay-memory-active to relay-memory-used
Not longer recommend disabling prefetch and split_alloptions when using Relay
Fixed
Display Relay’s memory consumption more accurately
Improve handling non-fatal MGET failures
Prevent wp_cache_init() initializing twice
Avoid rare fatal error when parsing JSON responses
Avoid confusing hiredis error message Relay connection times out
Avoid fatal error when gmt_offset is not valid
v1.18.2 - 2023-04-04
Added
Added Query Monitor constants to panel
Changed
Renamed ms-cache-median to ms-cache-avg
Fixed
Discard transactions if they fail
Prevent REST API responses from being cached
Fixed measuring analytics writes
Fixed storeWaitAverage calculation
Fixed supported Redis version indicator when using Relay
v1.18.1 - 2023-03-24
Changed
Updated End-User License Agreement
Don’t flush cache when updating drop-in
Fixed
Fixed cache timing metric
Fixed widget flush button label on multisite
Fixed flushing groups that end with blog id on multisite
v1.18.0 - 2023-02-20
Added
Added wp redis flush-group CLI command
Changed
Reduced overall memory usage
Made cache key generation slightly faster
Enable flush logging by default
Log warning level by default
Execute not split alloptions reads on primary node
Refactored object cache metrics to use new ObjectCacheMetrics
Enabled flush logging when save_commands is set
Disabled command logging entirely unless save_commands is set
Return primary node from *SentinelsConnection::client() instead of sentinel client
Fixed
Handle foreign keys without a group in groups REST API endpoint
Respect async_flush when using wp_cache_delete()
Removed
Dropped support for Query Monitor <=3.8.0 backtraces
Removed metrics keys from info() in favor of metrics()
Removed backtrace_summary logging and deprecated BacktraceLogger
v1.17.1 - 2023-01-29
Changed
Switched to faster Zstandard compression level
Handle non int|string cache keys stricter and more gracefully
Throw exception for invalid cache keys when debug option is enabled
Don’t let the perflab plugin hijack the object cache drop-in
Defer registering wp redis CLI command
Fixed
Fixed several multisite blog flushing issues
Fixed accessing client on replicated connections
Fixed setting analytics option to boolean
Fixed calling get_plugin_data() on non-existent drop-in
v1.17.0 - 2022-11-23
Added
Added support replicated and sentinel Relay connections
Added group_flush configuration option supporting keys (new faster default), scan (previous default) and incremental (enormous datasets)
Added tracer configuration option supporting new-relic and global open-telemetry tracer providers
Support network_flush option when using Redis Cluster
Support New Relic tracing for Redis Cluster, Redis Sentinel and Relay clients
Added *Connection::listKeys() helpers
Added PhpRedisClusterConnection::eval*() helpers
Added Redis Server version health checks and indicators
Changed
Bumped scan and batch removal from 100 to 500 keys
Flush more prudently even on main site when using network_flush
Indicate whether the network or site will be flushed in overview widget in multisite environments
Renamed all the things from master(s) to primary/primaries with backwards compatibility
Improved must-use plugin detection
⚠️ Added client() method to ConnectionInterface
⚠️ Use new ClientInterface in all ConnectionInterface implementations
⚠️ Renamed Connector interface to ConnectorInterface
⚠️ Renamed handleBlogFlush() to shouldFlushBlog()
Renamed flush_network option to network_flush
Use ObjectCache::$blogId instead of get_current_blog_id()
Use ObjectCacheCollector::get_storage(): QM_Data return type
Show received bytes and sent bytes in Query Monitor
Strip slashes from commands in Query Monitor
Improved support for scan() and *scan() methods
Delete FOSS drop-in upon plugin activation
Fixed
Fixed various Redis Sentinel issues
Fixed Invalid regular expression in Safari
Fixed parsing rawCommand() in Query Monitor calls when using Redis Cluster
Fixed health check for configuration constant being defined too late
Fixed attempted property access on null in Diagnostics::relayHasCache()
Fixed groups widget padding
Fixed inverted “Relay Cache” metadata in Query Monitor
Removed
Dropped Twemproxy support
Dropped PhpRedisClusterConnection::scanNode() helper
Dropped *ObjectCache::Client constants
Dropped WP_REDIS_PHPREDIS_OPTIONS constant
JoJoThemes Developer Team do their best to share Free WordPress Themes, Professional Blogger Templates and other PHP Scripts. JoJo Themes always try their best to find best Premium WP Themes so that you could always Download files and could remain update with more latest updates. You can join us and follow us by visiting our following Social Media Pages.