• Resolved cytracon

    (@cytracon)


    The plugin doesn’t work with Redis activated. I tried with

    define( ‘WP_REDIS_IGNORED_GROUPS’, [
    “plugins”
    ] );

    as well, but still not working. Can you help?
    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author stepasyuk

    (@stepasyuk)

    Hello @cytracon

    I’m not sure I can help with this as I’m not big specialist in Redis cache. In general if you can add conditions when Redis shouldn’t work, you can use flrt_is_filter_request(); function to check if current page is filtering result page or not. If Redis support such conditions you can separate filtering result pages (that shouldn’t be cached) from other pages.

Viewing 1 replies (of 1 total)
  • The topic ‘Filter not working with Redis activated’ is closed to new replies.