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