Back to Ioredis

Interface HimportFieldsetExperimental

docs/interfaces/HimportFieldset.html

6.0.0908 B
Original Source

Interface HimportFieldsetExperimental

A long-lived HIMPORT fieldset managed by ioredis for the lifetime of a logical Redis or Cluster client.

Requires Redis 8.10 or newer.

interface HimportFieldset {
fields: readonly (string | Buffer)[];
name: string | Buffer;
}

Index

Properties

fieldsname

Properties

Readonly fields

fields: readonly (string | Buffer)[]

Ordered hash field names. Values passed to HIMPORT SET are paired with fields positionally.

Readonly name

name: string | Buffer

The name referenced by later HIMPORT SET commands.

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

On This Page

fieldsname