Properties
Protected connection
connection: Promise<any>
Protected isExplicitlyTerminated
isExplicitlyTerminated: boolean = false
Protected Readonly logger
logger: Logger = new Logger(ClientProxy.name)
Protected Readonly options
options: RedisOptions["options"]
Protected routingMap
routing
Map: Map<string, Function> = new Map<string, Function>()
Protected Readonly subscriptionsCount
subscriptions
Count: Map<string, number> = new Map<string, number>()
Protected Readonly url
url: string