methodRedisClient.existsexists(key: KeyLike): Promise<boolean>;Determine if a key exists@param keyThe key to check@returnsPromise that resolves with true if the key exists, false otherwiseReferenced typestype KeyLike = string | ArrayBufferView | Blob