methodRedisClient.spublishspublish(channel: KeyLike,message: string): Promise<number>;Post a message to a shard channel@param channelThe shard channel name@param messageThe message to publish@returnsPromise that resolves with the number of clients that received the messageReferenced typestype KeyLike = string | ArrayBufferView | Blob