Interface RedisOptions

type RedisOptions

Hierarchy

  • RedisOptions

Properties

defTimeout?: number

(optional) default time to live of a model in seconds. 0 for unlimited (default: 0)

endpoint?: string

(optional) cache server endpoint

tableName: string | number

(optional) virtual table name used as key prefix

Generated using TypeDoc