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
when query or update data, parse need to query from cacheAdapt frequently, and as benchmarks showing native is more slower when compared to bluebird. So should we use bluebird instead of Native Promise in RedisCacheAdapter?
In my tests via benchmark, use bluebird would highly improve performance.