You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We have decided to use your awesome package to replace our postgres one. During the testing period, we have encountered an issue regarding time-based leaderboards. When I use expire_leaderboard_at on our leaderboard which uses global member data, it sets the same expiration date on the global member data too, which is not what we desire since other keys use this data too.
As I tracked the code, this method "_member_data_key" returns the member data key for "expire_leaderboard_at" which causes the global member data to be deleted.
Is there a workaround to prevent this behavior or is it in your plan to develop this feature?