Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.36 KB

File metadata and controls

55 lines (29 loc) · 1.36 KB

redis-om / BaseFieldDefinition

Interface: BaseFieldDefinition

Base interface for all fields.

Hierarchy

Table of contents

Properties

Properties

alias

Optional alias: string

The default field name in Redis is the key name defined in the SchemaDefinition. Overrides the Redis key name if set.

Defined in

lib/schema/definition/base-field-definition.ts:12


type

type: SchemaFieldType

The type of the field (i.e. string, number, boolean, etc.)

Defined in

lib/schema/definition/base-field-definition.ts:6