MCPcopy Create free account
hub / github.com/taskforcesh/bullmq / getKeys

Method getKeys

php/src/Scripts.php:64–67  ·  view source on GitHub ↗

* Get keys by their names. * * @param array $keyNames * @return array */

(array $keyNames)

Source from the content-addressed store, hash-verified

62 * @return array<string>
63 */
64 public function getKeys(array $keyNames): array
65 {
66 return array_map(fn($key) => $this->keys[$key], $keyNames);
67 }
68
69 /**
70 * Load a Lua script by name.

Callers 14

addStandardJobMethod · 0.95
addDelayedJobMethod · 0.95
addPrioritizedJobMethod · 0.95
pauseMethod · 0.95
getCountsMethod · 0.95
getStateMethod · 0.95
getJobsMethod · 0.95
getRangesMethod · 0.95
obliterateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected