Home / node / BaseClient / type-aliases / HashDataType @valkey/valkey-glide
@valkey/valkey-glide / BaseClient / HashDataType
Type Alias: HashDataType
HashDataType =
object
[]
Data type which represents how data are returned from hashes or insterted there.
Similar to Record<GlideString, GlideString>
- see GlideRecord.
Type declaration
field
field:
GlideString
The hash element name.
value
value:
GlideString
The hash element value.