Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Export url generation function that can take existing cache options to create a valid connection url for redis v4 * Wrap all cache functions in a connect promise since v4 does not auto connect https://github.com/redis/node-redis/blob/master/docs/v3-to-v4.md * Include 'legacyMode' option in redis client creation so most of existing code can be used in place * Fix isCacheableValue usage * Use v4 client for disconnect in tests
- Loading branch information