Function: isClusterClient()
ts
function isClusterClient(client): boolean;Defined in: glide-mq/src/connection.ts:73
Detect whether a client is a GlideClusterClient. Uses instanceof with a duck-type fallback for cases where the client comes from a different copy/version of @glidemq/speedkey (dependency duplication).
Parameters
| Parameter | Type |
|---|---|
client | Client |
Returns
boolean