Title: Remove hard-coded wp_options cache flush
Last modified: July 25, 2017

---

# Remove hard-coded wp_options cache flush

 *  [ojrask](https://wordpress.org/support/users/ojrask/)
 * (@ojrask)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/remove-hard-coded-wp_options-cache-flush/)
 * We are using Redis as the object cache backend for a WordPress site.
 * This plugin stores cached forms properly into Redis, but the settings page attempts
   to find transient keys from wp_options via raw SQL. The SQL SELECT attempts to
   find transient keys to clear. As the keys do not exist in wp_options, nothing
   is cleared.
 * This results in no caches being cleared unless the Redis cache is flushed manually
   after a new form is added into Pardot.
 * How soon can this be fixed?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Cliff Seal](https://wordpress.org/support/users/cliffseal/)
 * (@cliffseal)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/remove-hard-coded-wp_options-cache-flush/#post-9353751)
 * Hey [@ojrask](https://wordpress.org/support/users/ojrask/),
 * Thanks for the report here. We’ll look into this, but do not have a timeline 
   for a fix.
 * In the meantime, pull requests are welcome: [https://github.com/Pardot/pardot-for-wordpress](https://github.com/Pardot/pardot-for-wordpress)

Viewing 1 replies (of 1 total)

The topic ‘Remove hard-coded wp_options cache flush’ is closed to new replies.

 * ![](https://ps.w.org/pardot/assets/icon-256x256.png?rev=2995205)
 * [Account Engagement](https://wordpress.org/plugins/pardot/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pardot/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pardot/)
 * [Active Topics](https://wordpress.org/support/plugin/pardot/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pardot/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pardot/reviews/)

## Tags

 * [cache](https://wordpress.org/support/topic-tag/cache/)

 * 1 reply
 * 2 participants
 * Last reply from: [Cliff Seal](https://wordpress.org/support/users/cliffseal/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/remove-hard-coded-wp_options-cache-flush/#post-9353751)
 * Status: not resolved