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.