Options
All
  • Public
  • Public/Protected
  • All
Menu

Module client

Type aliases

DebuggableEventType

DebuggableEventType: "subscribe" | "psubscribe" | "unsubscribe" | "punsubscribe" | "connect" | "reconnecting" | "end"

Type of the events on which debug listener can be attached.
Whenever the event is emitted, listener will log this event along with it's arguments.

RedisConnectionOptions

RedisConnectionOptions: ConnectionOptions | RequiredClientOptions | OmittedClientOptions & object

Options for Redis Server connection.