MCPcopy Index your code
hub / github.com/Effect-TS/effect / offer

Method offer

packages/experimental/src/PersistedQueue/Redis.ts:20–20  ·  view source on GitHub ↗
(
    keyQueue: string,
    keyIds: string,
    id: string,
    payload: string
  )

Source from the content-addressed store, hash-verified

18
19interface RedisWithQueue extends Redis {
20 offer(
21 keyQueue: string,
22 keyIds: string,
23 id: string,

Callers 7

sendFunction · 0.65
sendIgnoreFunction · 0.65
makeFunction · 0.65
Redis.tsFile · 0.65
Client.tsFile · 0.65
Server.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected