Skip to main content Link Search Menu Expand Document (external link)

Redis overview

Added in v1.0.0


Table of contents


constructors

make

Signature

export declare const make: (options: RedisOptions) => any

Added in v1.0.0

layers

layer

Signature

export declare const layer: (options: RedisOptions) => Layer.Layer<Persistence.BackingPersistence>

Added in v1.0.0

layerConfig

Signature

export declare const layerConfig: (
  options: Config.Config.Wrap<RedisOptions>
) => Layer.Layer<Persistence.BackingPersistence, ConfigError>

Added in v1.0.0

layerResult

Signature

export declare const layerResult: (options: RedisOptions) => Layer.Layer<Persistence.ResultPersistence>

Added in v1.0.0

layerResultConfig

Signature

export declare const layerResultConfig: (
  options: Config.Config.Wrap<RedisOptions>
) => Layer.Layer<Persistence.ResultPersistence, ConfigError>

Added in v1.0.0