Type aliases
ClusterNode
ClusterNode: string | number | { host?: string; port?: number }
NodeRole
NodeRole: "master" | "slave" | "all"
StandaloneConnectionOptions
StandaloneConnectionOptions: (Partial<TcpNetConnectOpts> & Partial<IpcNetConnectOpts>) & { disconnectTimeout?: number; tls?: ConnectionOptions }