Optional commandOptions: CommandOptions<TYPE_MAPPING>Private #privatePrivate _commandReadonly _selfThe command options for this client or undefined if none were set
Indicates if the client connection is open
true if the client connection is open, false otherwise
Indicates if the client connection is ready to accept commands
true if the client connection is ready, false otherwise
Internal f
Internal Releases the client lease back to the pool
After calling this method, the client instance should no longer be used as it will be returned to the client pool and may be given to other operations.
A promise that resolves when the client is ready to be reused, or undefined if the client was immediately ready
Error if the lease has already been released
Optional options: CommandOptions<TypeMapping>Override the typeMapping command option
Static createOptional commandOptions: CommandOptions<TYPE_MAPPING>Static factoryOptional config: SentinelCommander<M, F, S, RESP, TYPE_MAPPING>Optional commandOptions: CommandOptions<TYPE_MAPPING>Generated using TypeDoc
Gets the command options configured for this client