• Resolved bclaim

    (@bclaim)


    Hi,

    Since BuddyPress 10.0, having Redis running (with wp-config.php exclusions for BuddyPress pages), the unread/read count does not update for users in their profile area when performing bulk actions. In particular, we have noticed when bulk marking Notifications to read/unread, the count does not update. If you clear the Redis cache, the counts are reflected immediately.

    Would there be a solution to this issue?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @bclaim,

    Hummingbird only integrates Redis cache configured in your server, how the BuddyPress plugin behaves is entirely dependent upon its plugin settings.

    Your query sounds more specific to BuddyPress rather than Hummingbird, however, you could try updating your existing define added inside the wp-config.php file and see whether it works ie to:
    define( 'WP_REDIS_IGNORED_GROUPS', [ 'bp_pages', 'bp_notifications'] );

    I hope this helps in moving forward. Have a nice day ahead.

    Kind Regards,
    Nithin

    Thread Starter bclaim

    (@bclaim)

    Hi Nithin,

    Thank you for your reply.

    Unfortunately, we didn’t have any luck with the further exclusion. However, we appreciate your assistance.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘BuddyPress 10.0 and Redis Issue’ is closed to new replies.