Class ApiXRedisStoreBeta

An implementation of a Redis store.

Implements

Constructors

  • Beta

    Create an instance of a Redis cache.

    Parameters

    • url: string = 'redis://localhost:6379'

      The URL for the redis cache. Defaults to redis://localhost:6379.

    • Optionalpassword: string

      An optional password (if protected).

    Returns ApiXRedisStore

Methods