index.ts
index.ts overview
Section titled “index.ts overview”Since v4.0.0
Exports Grouped by Category
Section titled “Exports Grouped by Category”KeyValueStore (namespace export)
Section titled “KeyValueStore (namespace export)”Re-exports all named exports from the “./KeyValueStore.ts” module as KeyValueStore.
Signature
export * as KeyValueStore from "./KeyValueStore.ts"Since v4.0.0
Persistable (namespace export)
Section titled “Persistable (namespace export)”Re-exports all named exports from the “./Persistable.ts” module as Persistable.
Signature
export * as Persistable from "./Persistable.ts"Since v4.0.0
PersistedCache (namespace export)
Section titled “PersistedCache (namespace export)”Re-exports all named exports from the “./PersistedCache.ts” module as PersistedCache.
Signature
export * as PersistedCache from "./PersistedCache.ts"Since v4.0.0
PersistedQueue (namespace export)
Section titled “PersistedQueue (namespace export)”Re-exports all named exports from the “./PersistedQueue.ts” module as PersistedQueue.
Signature
export * as PersistedQueue from "./PersistedQueue.ts"Since v4.0.0
Persistence (namespace export)
Section titled “Persistence (namespace export)”Re-exports all named exports from the “./Persistence.ts” module as Persistence.
Signature
export * as Persistence from "./Persistence.ts"Since v4.0.0
RateLimiter (namespace export)
Section titled “RateLimiter (namespace export)”Re-exports all named exports from the “./RateLimiter.ts” module as RateLimiter.
Signature
export * as RateLimiter from "./RateLimiter.ts"Since v4.0.0
Redis (namespace export)
Section titled “Redis (namespace export)”Re-exports all named exports from the “./Redis.ts” module as Redis.
Signature
export * as Redis from "./Redis.ts"Since v4.0.0