Options
All
  • Public
  • Public/Protected
  • All
Menu
     

Interface REDIS_DB<IndexValue, NameValue>

Describes a REDIS database by it's internal index, and gives it a name for use within the application configs.

Type parameters

  • IndexValue: number

  • NameValue: string

Hierarchy

  • REDIS_DB

Index

Properties

Properties

Index

Index: IndexValue

The internal index of the DB deemed by your REDIS server.

Name

Name: NameValue

A name that is exposed to CFG.AuthPoints & CFG.DataPoints configurations via the REDIS object. (Reserved properties are not included in the REDIS object)