@valkey/valkey-glide 1.1.0 → 1.2.0-rc7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,12 +14,16 @@ The release of Valkey GLIDE was tested on the following platforms:
14
14
 
15
15
  Linux:
16
16
 
17
- - Ubuntu 22.04.1 (x86_64)
17
+ - Ubuntu 22.04.1 (x86_64 and aarch64)
18
18
  - Amazon Linux 2023 (AL2023) (x86_64)
19
19
 
20
20
  macOS:
21
21
 
22
- - macOS 12.7 (Apple silicon/aarch_64 and Intel/x86_64)
22
+ - macOS 14.7 (Apple silicon/aarch_64)
23
+
24
+ Alpine:
25
+
26
+ - node:alpine (default on aarch64 and x86_64)
23
27
 
24
28
  ## NodeJS supported version
25
29
 
@@ -92,9 +96,9 @@ client.close();
92
96
 
93
97
  ### Supported platforms
94
98
 
95
- Currentlly the package is supported on:
99
+ Currently, the package is tested on:
96
100
 
97
101
  | Operation systems | C lib | Architecture |
98
102
  | ----------------- | -------------------- | ----------------- |
99
103
  | `Linux` | `glibc`, `musl libc` | `x86_64`, `arm64` |
100
- | `macOS` | `Darwin` | `x86_64`, `arm64` |
104
+ | `macOS` | `Darwin` | `arm64` |
@@ -8,4 +8,7 @@ export * from "./src/Errors";
8
8
  export * from "./src/GlideClient";
9
9
  export * from "./src/GlideClusterClient";
10
10
  export * from "./src/Logger";
11
+ export * from "./src/server-modules/GlideJson";
12
+ export * from "./src/server-modules/GlideFt";
13
+ export * from "./src/server-modules/GlideFtOptions";
11
14
  export * from "./src/Transaction";
package/build-ts/index.js CHANGED
@@ -65,7 +65,7 @@ function loadNativeBinding() {
65
65
  }
66
66
  function initialize() {
67
67
  const nativeBinding = loadNativeBinding();
68
- const { AggregationType, BaseScanOptions, ZScanOptions, HScanOptions, BitEncoding, BitFieldGet, BitFieldIncrBy, BitFieldOffset, BitFieldOverflow, BitFieldSet, BitFieldSubCommands, BitOffset, BitOffsetMultiplier, BitOffsetOptions, BitOverflowControl, BitmapIndexType, BitwiseOperation, ConditionalChange, Decoder, DecoderOption, GeoAddOptions, CoordOrigin, MemberOrigin, SearchOrigin, GeoBoxShape, GeoCircleShape, GeoSearchShape, GeoSearchResultOptions, GeoSearchStoreResultOptions, SortOrder, GeoUnit, GeospatialData, GlideClient, GlideClusterClient, GlideClientConfiguration, GlideRecord, GlideString, SortedSetDataType, StreamEntryDataType, HashDataType, FunctionListOptions, FunctionListResponse, FunctionStatsSingleResponse, FunctionStatsFullResponse, FunctionRestorePolicy, SlotIdTypes, SlotKeyTypes, TimeUnit, RouteByAddress, RouteOption, Routes, RestoreOptions, SingleNodeRoute, PeriodicChecksManualInterval, PeriodicChecks, Logger, Limit, LolwutOptions, LPosOptions, ListDirection, ExpireOptions, FlushMode, InfoOptions, InsertPosition, SetOptions, ZAddOptions, InfBoundary, KeyWeight, Boundary, UpdateOptions, ProtocolVersion, RangeByIndex, RangeByScore, RangeByLex, ReadFrom, ServerCredentials, SortClusterOptions, SortOptions, SortedSetRange, StreamGroupOptions, StreamTrimOptions, StreamAddOptions, StreamReadGroupOptions, StreamReadOptions, StreamClaimOptions, StreamPendingOptions, ClosingError, ConfigurationError, ExecAbortError, ValkeyError, GlideReturnType, StreamEntries, ReturnTypeXinfoStream, RequestError, TimeoutError, ConnectionError, ClusterTransaction, Transaction, PubSubMsg, ScoreFilter, SignedEncoding, UnsignedEncoding, UpdateByScore, createLeakedArray, createLeakedAttribute, createLeakedBigint, createLeakedDouble, createLeakedMap, createLeakedString, parseInfoResponse, Script, ObjectType, ClusterScanCursor, BaseClientConfiguration, GlideClusterClientConfiguration, LevelOptions, ReturnTypeRecord, ReturnTypeMap, ClusterResponse, ReturnTypeAttribute, } = nativeBinding;
68
+ const { AggregationType, BaseScanOptions, ZScanOptions, HScanOptions, BitEncoding, BitFieldGet, BitFieldIncrBy, BitFieldOffset, BitFieldOverflow, BitFieldSet, BitFieldSubCommands, BitOffset, BitOffsetMultiplier, BitOffsetOptions, BitOverflowControl, BitmapIndexType, BitwiseOperation, ConditionalChange, Decoder, DecoderOption, GeoAddOptions, CoordOrigin, MemberOrigin, SearchOrigin, GeoBoxShape, GeoCircleShape, GeoSearchShape, GeoSearchResultOptions, GeoSearchStoreResultOptions, SortOrder, GeoUnit, GeospatialData, GlideClient, GlideClusterClient, GlideClientConfiguration, GlideJson, GlideFt, TextField, TagField, NumericField, VectorField, VectorFieldAttributesFlat, VectorFieldAttributesHnsw, FtCreateOptions, FtSearchOptions, FtInfoReturnType, FtAggregateOptions, FtAggregateLimit, FtAggregateFilter, FtAggregateGroupBy, FtAggregateReducer, FtAggregateSortBy, FtAggregateSortProperty, FtAggregateApply, FtAggregateReturnType, FtSearchReturnType, FtProfileOtions, GlideRecord, GlideString, JsonGetOptions, JsonArrPopOptions, SortedSetDataType, StreamEntryDataType, HashDataType, FunctionListOptions, FunctionListResponse, FunctionStatsSingleResponse, FunctionStatsFullResponse, FunctionRestorePolicy, SlotIdTypes, SlotKeyTypes, TimeUnit, RouteByAddress, RouteOption, Routes, RestoreOptions, SingleNodeRoute, PeriodicChecksManualInterval, PeriodicChecks, Logger, Limit, LolwutOptions, LPosOptions, ListDirection, ExpireOptions, FlushMode, InfoOptions, InsertPosition, SetOptions, ZAddOptions, InfBoundary, KeyWeight, Boundary, UpdateOptions, ProtocolVersion, RangeByIndex, RangeByScore, RangeByLex, ReadFrom, ServerCredentials, SortClusterOptions, SortOptions, SortedSetRange, StreamGroupOptions, StreamTrimOptions, StreamAddOptions, StreamReadGroupOptions, StreamReadOptions, StreamClaimOptions, StreamPendingOptions, ClosingError, ConfigurationError, ExecAbortError, ValkeyError, GlideReturnType, StreamEntries, ReturnTypeXinfoStream, RequestError, TimeoutError, ConnectionError, ClusterTransaction, Transaction, PubSubMsg, ScoreFilter, SignedEncoding, UnsignedEncoding, UpdateByScore, createLeakedArray, createLeakedAttribute, createLeakedBigint, createLeakedDouble, createLeakedMap, createLeakedString, parseInfoResponse, Script, ObjectType, ClusterScanCursor, BaseClientConfiguration, GlideClusterClientConfiguration, LevelOptions, ReturnTypeRecord, ReturnTypeMap, ClusterResponse, ReturnTypeAttribute, ReturnTypeJson, UniversalReturnTypeJson, } = nativeBinding;
69
69
  module.exports = {
70
70
  AggregationType,
71
71
  BaseScanOptions,
@@ -88,8 +88,32 @@ function initialize() {
88
88
  Decoder,
89
89
  DecoderOption,
90
90
  GeoAddOptions,
91
+ GlideFt,
92
+ TextField,
93
+ TagField,
94
+ NumericField,
95
+ VectorField,
96
+ VectorFieldAttributesFlat,
97
+ VectorFieldAttributesHnsw,
98
+ FtCreateOptions,
99
+ FtSearchOptions,
100
+ FtInfoReturnType,
101
+ FtAggregateOptions,
102
+ FtAggregateLimit,
103
+ FtAggregateFilter,
104
+ FtAggregateGroupBy,
105
+ FtAggregateReducer,
106
+ FtAggregateSortBy,
107
+ FtAggregateSortProperty,
108
+ FtAggregateApply,
109
+ FtAggregateReturnType,
110
+ FtSearchReturnType,
111
+ FtProfileOtions,
91
112
  GlideRecord,
113
+ GlideJson,
92
114
  GlideString,
115
+ JsonGetOptions,
116
+ JsonArrPopOptions,
93
117
  SortedSetDataType,
94
118
  StreamEntryDataType,
95
119
  HashDataType,
@@ -187,6 +211,8 @@ function initialize() {
187
211
  ReturnTypeMap,
188
212
  ClusterResponse,
189
213
  ReturnTypeAttribute,
214
+ ReturnTypeJson,
215
+ UniversalReturnTypeJson,
190
216
  };
191
217
  globalObject = Object.assign(global, nativeBinding);
192
218
  }
@@ -136,7 +136,10 @@ export type ReadFrom =
136
136
  "primary"
137
137
  /** Spread the requests between all replicas in a round robin manner.
138
138
  If no replica is available, route the requests to the primary.*/
139
- | "preferReplica";
139
+ | "preferReplica"
140
+ /** Spread the requests between replicas in the same client's Aviliablity zone in a round robin manner.
141
+ If no replica is available, route the requests to the primary.*/
142
+ | "AZAffinity";
140
143
  /**
141
144
  * Configuration settings for creating a client. Shared settings for standalone and cluster clients.
142
145
  */
@@ -201,6 +204,25 @@ export interface BaseClientConfiguration {
201
204
  * If not set, 'Decoder.String' will be used.
202
205
  */
203
206
  defaultDecoder?: Decoder;
207
+ /**
208
+ * The maximum number of concurrent requests allowed to be in-flight (sent but not yet completed).
209
+ * This limit is used to control the memory usage and prevent the client from overwhelming the
210
+ * server or getting stuck in case of a queue backlog. If not set, a default value of 1000 will be
211
+ * used.
212
+ */
213
+ inflightRequestsLimit?: number;
214
+ /**
215
+ * Availability Zone of the client.
216
+ * If ReadFrom strategy is AZAffinity, this setting ensures that readonly commands are directed to replicas within the specified AZ if exits.
217
+ *
218
+ * @example
219
+ * ```typescript
220
+ * // Example configuration for setting client availability zone and read strategy
221
+ * configuration.clientAz = 'us-east-1a'; // Sets the client's availability zone
222
+ * configuration.readFrom = 'AZAffinity'; // Directs read operations to nodes within the same AZ
223
+ * ```
224
+ */
225
+ clientAz?: string;
204
226
  }
205
227
  /**
206
228
  * Enum of Valkey data types
@@ -245,6 +267,8 @@ export declare class BaseClient {
245
267
  protected defaultDecoder: Decoder;
246
268
  private readonly pubsubFutures;
247
269
  private pendingPushNotification;
270
+ private readonly inflightRequestsLimit;
271
+ private readonly clientAz;
248
272
  private config;
249
273
  protected configurePubsub(options: GlideClusterClientConfiguration | GlideClientConfiguration, configuration: connection_request.IConnectionRequest): void;
250
274
  private handleReadData;
@@ -259,8 +283,8 @@ export declare class BaseClient {
259
283
  /**
260
284
  * @internal
261
285
  */
262
- protected createWritePromise<T>(command: command_request.Command | command_request.Command[] | command_request.ScriptInvocation | command_request.ClusterScan, options?: WritePromiseOptions): Promise<T>;
263
- protected writeOrBufferCommandRequest(callbackIdx: number, command: command_request.Command | command_request.Command[] | command_request.ScriptInvocation | command_request.ClusterScan, route?: command_request.Routes): void;
286
+ protected createWritePromise<T>(command: command_request.Command | command_request.Command[] | command_request.ScriptInvocation | command_request.ClusterScan | command_request.UpdateConnectionPassword, options?: WritePromiseOptions): Promise<T>;
287
+ protected writeOrBufferCommandRequest(callbackIdx: number, command: command_request.Command | command_request.Command[] | command_request.ScriptInvocation | command_request.ClusterScan | command_request.UpdateConnectionPassword, route?: command_request.Routes): void;
264
288
  private writeOrBufferRequest;
265
289
  /**
266
290
  * @internal
@@ -401,6 +425,14 @@ export declare class BaseClient {
401
425
  *
402
426
  * @see {@link https://valkey.io/commands/del/|valkey.io} for details.
403
427
  *
428
+ * @remarks In cluster mode, if keys in `keys` map to different hash slots,
429
+ * the command will be split across these slots and executed separately for each.
430
+ * This means the command is atomic only at the slot level. If one or more slot-specific
431
+ * requests fail, the entire call will return the first encountered error, even
432
+ * though some requests may have succeeded while others did not.
433
+ * If this behavior impacts your application logic, consider splitting the
434
+ * request into sub-requests per slot to ensure atomicity.
435
+ *
404
436
  * @param keys - The keys we wanted to remove.
405
437
  * @returns The number of keys that were removed.
406
438
  *
@@ -482,7 +514,14 @@ export declare class BaseClient {
482
514
  /** Retrieve the values of multiple keys.
483
515
  *
484
516
  * @see {@link https://valkey.io/commands/mget/|valkey.io} for details.
485
- * @remarks When in cluster mode, the command may route to multiple nodes when `keys` map to different hash slots.
517
+ *
518
+ * @remarks In cluster mode, if keys in `keys` map to different hash slots,
519
+ * the command will be split across these slots and executed separately for each.
520
+ * This means the command is atomic only at the slot level. If one or more slot-specific
521
+ * requests fail, the entire call will return the first encountered error, even
522
+ * though some requests may have succeeded while others did not.
523
+ * If this behavior impacts your application logic, consider splitting the
524
+ * request into sub-requests per slot to ensure atomicity.
486
525
  *
487
526
  * @param keys - A list of keys to retrieve values for.
488
527
  * @param options - (Optional) See {@link DecoderOption}.
@@ -502,10 +541,18 @@ export declare class BaseClient {
502
541
  /** Set multiple keys to multiple values in a single operation.
503
542
  *
504
543
  * @see {@link https://valkey.io/commands/mset/|valkey.io} for details.
505
- * @remarks When in cluster mode, the command may route to multiple nodes when keys in `keyValueMap` map to different hash slots.
544
+ *
545
+ * @remarks In cluster mode, if keys in `keyValueMap` map to different hash slots,
546
+ * the command will be split across these slots and executed separately for each.
547
+ * This means the command is atomic only at the slot level. If one or more slot-specific
548
+ * requests fail, the entire call will return the first encountered error, even
549
+ * though some requests may have succeeded while others did not.
550
+ * If this behavior impacts your application logic, consider splitting the
551
+ * request into sub-requests per slot to ensure atomicity.
506
552
  *
507
553
  * @param keysAndValues - A list of key-value pairs to set.
508
- * @returns always "OK".
554
+ *
555
+ * @returns A simple "OK" response.
509
556
  *
510
557
  * @example
511
558
  * ```typescript
@@ -1086,7 +1133,7 @@ export declare class BaseClient {
1086
1133
  *
1087
1134
  * @param key - The key of the set.
1088
1135
  * @param cursor - The cursor that points to the next iteration of results. A value of `"0"` indicates the start of the search.
1089
- * @param options - (Optional) The {@link HScanOptions}.
1136
+ * @param options - (Optional) See {@link HScanOptions} and {@link DecoderOption}.
1090
1137
  * @returns An array of the `cursor` and the subset of the hash held by `key`.
1091
1138
  * The first element is always the `cursor` for the next iteration of results. `"0"` will be the `cursor`
1092
1139
  * returned on the last iteration of the hash. The second element is always an array of the subset of the
@@ -1963,6 +2010,14 @@ export declare class BaseClient {
1963
2010
  /**
1964
2011
  * Returns the number of keys in `keys` that exist in the database.
1965
2012
  *
2013
+ * @remarks In cluster mode, if keys in `keys` map to different hash slots,
2014
+ * the command will be split across these slots and executed separately for each.
2015
+ * This means the command is atomic only at the slot level. If one or more slot-specific
2016
+ * requests fail, the entire call will return the first encountered error, even
2017
+ * though some requests may have succeeded while others did not.
2018
+ * If this behavior impacts your application logic, consider splitting the
2019
+ * request into sub-requests per slot to ensure atomicity.
2020
+ *
1966
2021
  * @see {@link https://valkey.io/commands/exists/|valkey.io} for details.
1967
2022
  *
1968
2023
  * @param keys - The keys list to check.
@@ -1982,6 +2037,14 @@ export declare class BaseClient {
1982
2037
  * This command, similar to {@link del}, removes specified keys and ignores non-existent ones.
1983
2038
  * However, this command does not block the server, while {@link https://valkey.io/commands/del|`DEL`} does.
1984
2039
  *
2040
+ * @remarks In cluster mode, if keys in `keys` map to different hash slots,
2041
+ * the command will be split across these slots and executed separately for each.
2042
+ * This means the command is atomic only at the slot level. If one or more slot-specific
2043
+ * requests fail, the entire call will return the first encountered error, even
2044
+ * though some requests may have succeeded while others did not.
2045
+ * If this behavior impacts your application logic, consider splitting the
2046
+ * request into sub-requests per slot to ensure atomicity.
2047
+ *
1985
2048
  * @see {@link https://valkey.io/commands/unlink/|valkey.io} for details.
1986
2049
  *
1987
2050
  * @param keys - The keys we wanted to unlink.
@@ -3599,7 +3662,6 @@ export declare class BaseClient {
3599
3662
  * attributes of a consumer group for the stream at `key`.
3600
3663
  * @example
3601
3664
  * ```typescript
3602
- * <pre>{@code
3603
3665
  * const result = await client.xinfoGroups("my_stream");
3604
3666
  * console.log(result); // Output:
3605
3667
  * // [
@@ -3911,13 +3973,11 @@ export declare class BaseClient {
3911
3973
  *
3912
3974
  * @example
3913
3975
  * ```typescript
3914
- * <pre>{@code
3915
3976
  * const entryId = await client.xadd("mystream", ["myfield", "mydata"]);
3916
3977
  * // read messages from streamId
3917
3978
  * const readResult = await client.xreadgroup(["myfield", "mydata"], "mygroup", "my0consumer");
3918
3979
  * // acknowledge messages on stream
3919
3980
  * console.log(await client.xack("mystream", "mygroup", [entryId])); // Output: 1
3920
- * </pre>
3921
3981
  * ```
3922
3982
  */
3923
3983
  xack(key: GlideString, group: GlideString, ids: string[]): Promise<number>;
@@ -4780,7 +4840,14 @@ export declare class BaseClient {
4780
4840
  * Updates the last access time of the specified keys.
4781
4841
  *
4782
4842
  * @see {@link https://valkey.io/commands/touch/|valkey.io} for more details.
4783
- * @remarks When in cluster mode, the command may route to multiple nodes when `keys` map to different hash slots.
4843
+ *
4844
+ * @remarks In cluster mode, if keys in `keys` map to different hash slots,
4845
+ * the command will be split across these slots and executed separately for each.
4846
+ * This means the command is atomic only at the slot level. If one or more slot-specific
4847
+ * requests fail, the entire call will return the first encountered error, even
4848
+ * though some requests may have succeeded while others did not.
4849
+ * If this behavior impacts your application logic, consider splitting the
4850
+ * request into sub-requests per slot to ensure atomicity.
4784
4851
  *
4785
4852
  * @param keys - The keys to update the last access time of.
4786
4853
  * @returns The number of keys that were updated. A key is ignored if it doesn't exist.
@@ -4800,7 +4867,14 @@ export declare class BaseClient {
4800
4867
  * transaction. Executing a transaction will automatically flush all previously watched keys.
4801
4868
  *
4802
4869
  * @see {@link https://valkey.io/commands/watch/|valkey.io} and {@link https://valkey.io/topics/transactions/#cas|Valkey Glide Wiki} for more details.
4803
- * @remarks When in cluster mode, the command may route to multiple nodes when `keys` map to different hash slots.
4870
+ *
4871
+ * @remarks In cluster mode, if keys in `keys` map to different hash slots,
4872
+ * the command will be split across these slots and executed separately for each.
4873
+ * This means the command is atomic only at the slot level. If one or more slot-specific
4874
+ * requests fail, the entire call will return the first encountered error, even
4875
+ * though some requests may have succeeded while others did not.
4876
+ * If this behavior impacts your application logic, consider splitting the
4877
+ * request into sub-requests per slot to ensure atomicity.
4804
4878
  *
4805
4879
  * @param keys - The keys to watch.
4806
4880
  * @returns A simple `"OK"` response.
@@ -5122,5 +5196,25 @@ export declare class BaseClient {
5122
5196
  * @internal
5123
5197
  */
5124
5198
  protected static createClientInternal<TConnection extends BaseClient>(options: BaseClientConfiguration, constructor: (socket: net.Socket, options?: BaseClientConfiguration) => TConnection): Promise<TConnection>;
5199
+ /**
5200
+ * Update the current connection with a new password.
5201
+ *
5202
+ * This method is useful in scenarios where the server password has changed or when utilizing short-lived passwords for enhanced security.
5203
+ * It allows the client to update its password to reconnect upon disconnection without the need to recreate the client instance.
5204
+ * This ensures that the internal reconnection mechanism can handle reconnection seamlessly, preventing the loss of in-flight commands.
5205
+ *
5206
+ * This method updates the client's internal password configuration and does not perform password rotation on the server side.
5207
+ *
5208
+ * @param password - `String | null`. The new password to update the current password, or `null` to remove the current password.
5209
+ * @param immidiateAuth - A `boolean` flag. If `true`, the client will authenticate immediately with the new password against all connections, Using `AUTH` command.
5210
+ * If password supplied is an empty string, the client will not perform auth and instead a warning will be returned.
5211
+ * The default is `false`.
5212
+ *
5213
+ * @example
5214
+ * ```typescript
5215
+ * await client.updateConnectionPassword("newPassword", true) // "OK"
5216
+ * ```
5217
+ */
5218
+ updateConnectionPassword(password: string | null, immediateAuth?: boolean): Promise<GlideString>;
5125
5219
  }
5126
5220
  export {};
@@ -1,8 +1,7 @@
1
1
  /**
2
2
  * Copyright Valkey GLIDE Project Contributors - SPDX Identifier: Apache-2.0
3
3
  */
4
- import { ClusterScanCursor } from "glide-rs";
5
- import { Script } from "index";
4
+ import { ClusterScanCursor, Script } from "glide-rs";
6
5
  import * as net from "net";
7
6
  import { BaseClient, BaseClientConfiguration, DecoderOption, GlideReturnType, GlideString, PubSubMsg } from "./BaseClient";
8
7
  import { FlushMode, FunctionListOptions, FunctionListResponse, FunctionRestorePolicy, FunctionStatsSingleResponse, InfoOptions, LolwutOptions, ScanOptions } from "./Commands";
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Copyright Valkey GLIDE Project Contributors - SPDX Identifier: Apache-2.0
3
3
  */
4
- export type LevelOptions = "error" | "warn" | "info" | "debug" | "trace";
4
+ export type LevelOptions = "error" | "warn" | "info" | "debug" | "trace" | "off";
5
5
  export declare class Logger {
6
6
  private static _instance;
7
7
  private static logger_level;
@@ -19,12 +19,14 @@ export declare class Logger {
19
19
  * Initialize a logger if it wasn't initialized before - this method is meant to be used when there is no intention to replace an existing logger.
20
20
  * The logger will filter all logs with a level lower than the given level,
21
21
  * If given a fileName argument, will write the logs to files postfixed with fileName. If fileName isn't provided, the logs will be written to the console.
22
+ * To turn off the logger, provide the level "off".
22
23
  */
23
24
  static init(level?: LevelOptions, fileName?: string): void;
24
25
  /**
25
26
  * configure the logger.
26
27
  * the level argument is the level of the logs you want the system to provide (error logs, warn logs, etc.)
27
28
  * the filename argument is optional - if provided the target of the logs will be the file mentioned, else will be the console
29
+ * To turn off the logger, provide the level "off".
28
30
  */
29
31
  static setLoggerConfig(level: LevelOptions, fileName?: string): void;
30
32
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@valkey/valkey-glide",
3
3
  "types": "build-ts/index.d.ts",
4
- "version": "1.1.0",
4
+ "version": "1.2.0-rc7",
5
5
  "description": "General Language Independent Driver for the Enterprise (GLIDE) for Valkey",
6
6
  "main": "build-ts/index.js",
7
7
  "module": "build-ts/index.js",
@@ -40,12 +40,12 @@
40
40
  "typescript": "^4.9.4"
41
41
  },
42
42
  "optionalDependencies": {
43
- "@valkey/valkey-glide-darwin-arm64": "1.1.0",
44
- "@valkey/valkey-glide-darwin-x64": "1.1.0",
45
- "@valkey/valkey-glide-linux-arm64": "1.1.0",
46
- "@valkey/valkey-glide-linux-x64": "1.1.0",
47
- "@valkey/valkey-glide-linux-musl-arm64": "1.1.0",
48
- "@valkey/valkey-glide-linux-musl-x64": "1.1.0"
43
+ "@valkey/valkey-glide-darwin-arm64": "1.2.0-rc7",
44
+ "@valkey/valkey-glide-darwin-x64": "1.2.0-rc7",
45
+ "@valkey/valkey-glide-linux-arm64": "1.2.0-rc7",
46
+ "@valkey/valkey-glide-linux-x64": "1.2.0-rc7",
47
+ "@valkey/valkey-glide-linux-musl-arm64": "1.2.0-rc7",
48
+ "@valkey/valkey-glide-linux-musl-x64": "1.2.0-rc7"
49
49
  },
50
50
  "eslintConfig": {
51
51
  "extends": [