Releases: madebyaris/cache-for-search
Releases · madebyaris/cache-for-search
Release list
First 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
- Download the plugin
- Upload to
/wp-content/plugins/redis-for-search - Activate through WordPress admin
- 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.