MCPcopy
hub / github.com/redis/ioredis / get

Function get

lib/index.ts:84–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 */
83Object.defineProperty(exports, "Promise", {
84 get() {
85 console.warn(
86 "ioredis v5 does not support plugging third-party Promise library anymore. Native Promise will be used."
87 );
88 return Promise;
89 },
90 set(_lib: unknown) {
91 console.warn(
92 "ioredis v5 does not support plugging third-party Promise library anymore. Native Promise will be used."

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected