Packages · @purista/redis-config-store

@purista/redis-config-store

Redis adapter for PURISTA config values.

Signature

@purista/redis-config-store.ts typescript
@purista/redis-config-store

Examples

example-1.ts typescript
const store = new RedisConfigStore({
  config: { url: 'redis:___PH0___
})

await store.setConfig('tenant:acme:prod:app:features', { checkout: true })
const config = await store.getConfig('tenant:acme:prod:app:features')

Classes

1 entry

RedisConfigStore

Classes

Source
RedisConfigStore.ts typescript
class RedisConfigStore<M, F, S>

Config store backed by Redis string keys.

Type Aliases

1 entry

RedisStoreConfig

Types

Source
RedisStoreConfig.ts typescript
type RedisStoreConfig = void

Redis config store backend configuration.

Variables

1 entry

puristaVersion

Variables

Source
puristaVersion.ts typescript
const puristaVersion: "3.0.1"

The PURISTA package version embedded in the published runtime build.