We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4be32 commit 3abcc58Copy full SHA for 3abcc58
src/redis-adapter.js
@@ -141,8 +141,10 @@ const _getRedisOptionsTuple = () => {
141
};
142
143
/**
144
- * Lazily create a new redis client. Client creation transparently handles both the Cloud Foundry "redis-cache" service
145
- * (hyperscaler option) and a local redis-server.
+ * Lazily create a new redis client. Client creation transparently handles
+ * - custom credentials and client options passed in via {@link setCustomOptions},
146
+ * - Cloud Foundry service with label "redis-cache" (hyperscaler option), and
147
+ * - local redis-server.
148
*
149
* @returns {RedisClient|RedisCluster}
150
* @private
0 commit comments