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

Function layerStore

packages/experimental/src/RateLimiter/Redis.ts:149–150  ·  view source on GitHub ↗
(options: RedisOptions & { readonly prefix?: string | undefined })

Source from the content-addressed store, hash-verified

147 * @category Layers
148 */
149export const layerStore = (options: RedisOptions & { readonly prefix?: string | undefined }) =>
150 Layer.scoped(RateLimiter.RateLimiterStore, make(options))
151
152/**
153 * @since 1.0.0

Callers

nothing calls this directly

Calls 1

makeFunction · 0.50

Tested by

no test coverage detected