Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

BooleanResponse: 1 | 0
Callback<T>: ((err: Error | null, res: T) => void)

Type Parameters

  • T

Type declaration

    • (err: Error | null, res: T): void
    • Parameters

      • err: Error | null
      • res: T

      Returns void

KeyType: string | <internal>.Buffer
ValueType: string | <internal>.Buffer | number | any[]
ClusterNode: string | number | <internal>.IORedis.NodeConfiguration
NodeRole: "master" | "slave" | "all"
CallbackFunction<T>: ((err?: <internal>.ErrnoException | null, result?: T) => void)

Type Parameters

  • T = any

Type declaration

Ok: "OK"
PreferredSlaves: ((slaves: <internal>.IORedis.AddressFromResponse[]) => <internal>.IORedis.AddressFromResponse | null) | { port: string; ip: string; prio?: number }[] | { port: string; ip: string; prio?: number }
SecureVersion: "TLSv1.3" | "TLSv1.2" | "TLSv1.1" | "TLSv1"
DNSLookupFunction: ((hostname: string, callback: ((err: <internal>.ErrnoException | null, address: string, family?: number) => void)) => void)

Type declaration

Generated using TypeDoc