Skip to content

Commit 3abcc58

Browse files
committed
update jsdocs a little
1 parent 4b4be32 commit 3abcc58

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/redis-adapter.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,10 @@ const _getRedisOptionsTuple = () => {
141141
};
142142

143143
/**
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.
144+
* Lazily create a new redis client. Client creation transparently handles
145+
* - 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.
146148
*
147149
* @returns {RedisClient|RedisCluster}
148150
* @private

0 commit comments

Comments
 (0)