Skip to content

Releases: madebyaris/cache-for-search

First release

Choose a tag to compare

@madebyaris madebyaris released this 27 Jan 05:03

Redis for Search v1.0.0

The initial release of Redis for Search - A high-performance WordPress plugin that enhances search functionality using caching with Disk or Cache.

🚀 Key Features

  • Redis-powered search result caching
  • Smart two-layer caching system (Redis + Disk)
  • Automatic cache invalidation on post updates
  • Cache statistics tracking (hits/misses)
  • Admin interface for easy configuration
  • WP-CLI commands for cache management
  • Fallback to disk cache when Redis is unavailable

🔧 Requirements

  • PHP 7.1 or higher
  • WordPress 5.0 or higher
  • Redis server (optional)
  • PHP Redis extension (required only for Redis caching)

📝 Installation

  1. Download the plugin
  2. Upload to /wp-content/plugins/redis-for-search
  3. Activate through WordPress admin
  4. Configure under 'Settings > Redis for Search'

🎯 Who Should Use This?

  • WordPress sites with heavy search traffic
  • Sites requiring fast search response times
  • Developers looking to reduce database load from search queries
  • Websites with large content databases

📚 Documentation

Full documentation and configuration details are available in the README.md file.

🐛 Bug Reports

If you encounter any issues, please report them in the GitHub issues section.

1.0.1

Choose a tag to compare

@madebyaris madebyaris released this 27 Jan 06:14

This is the hotfix:

  • fixing the error when smart cache indexing
  • Inform the client that they need to use WP CLI