Skip to content

First release

Choose a tag to compare

@madebyaris madebyaris released this 27 Jan 05:03
· 2 commits to main since this release

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.