MCPcopy
hub / github.com/redis/node-redis / keys

Method keys

packages/client/lib/client/parser.ts:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 get keys() {
75 return this.#keys;
76 }
77
78 get firstKey() {
79 return this.#keys[0];

Callers 15

key-prefix.spec.tsFile · 0.80
#normalResubscribeMethod · 0.80
#shardedResubscribeMethod · 0.80
getMapValueFunction · 0.80
parseCommandFunction · 0.80
ARINFO.spec.tsFile · 0.80
pushObjectFunction · 0.80
VINFO.spec.tsFile · 0.80
pushObjectFunction · 0.80
KEYS.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected