Packages · @purista/redis-config-store
@purista/redis-config-store
Redis adapter for PURISTA config values.
Signature
@purista/redis-config-store Examples
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:features39;) Classes
1 entry
RedisConfigStore
Classes
class RedisConfigStore<M, F, S> Config store backed by Redis string keys.
Type Aliases
1 entry
RedisStoreConfig
Types
type RedisStoreConfig = void Redis config store backend configuration.
Variables
1 entry
puristaVersion
Variables
const puristaVersion: "3.0.1" The PURISTA package version embedded in the published runtime build.