• Matt

    (@mattk1980)


    When using the Redis plugin (100,000 installations) for caching, the order is not saved. You have to keep clearing the cache or turn Redis off and back on again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Maya

    (@tdgu)

    Hi,
    I’am not able to replicate the issue, might be related with something on your environment which we don’t have on this side.
    If you send more details regarding your server ( ie. hosting type, php version etc ) i’ll try to create one.

    Thanks

    Plugin Author Maya

    (@tdgu)

    Hi,
    Can you edit the file /post-types-order/include/clas.cpto.php and add the following code after line 407, so it become:

    wp_cache_flush();
    //trigger action completed
    do_action('PTO/order_update_complete');

    If the above works for you, i’ll include the line in the plugin core.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin isn’t compatible with Redis’ is closed to new replies.