@valkey/valkey-glide-darwin-arm64 1.3.5-rc10 → 1.3.5-rc12
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 +5 -11
- package/package.json +1 -1
- package/valkey-glide.darwin-arm64.node +0 -0
package/README.md
CHANGED
|
@@ -29,24 +29,18 @@ The release of Valkey GLIDE was tested on the following platforms:
|
|
|
29
29
|
|
|
30
30
|
### Linux GNU
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
Manual tests have been done on:
|
|
34
|
-
|
|
35
|
-
- Fedora 39
|
|
36
|
-
- Ubuntu 22.04
|
|
37
|
-
- Amazon Linux 2
|
|
38
|
-
- Debian 12.
|
|
32
|
+
Linux with **glibc 2.17** or higher.
|
|
39
33
|
|
|
40
34
|
### MacOS (Darwin)
|
|
41
35
|
|
|
42
36
|
MacOS Apple Silicon/aarch_64 and x86_64/amd64.
|
|
43
37
|
|
|
44
38
|
- Full tests are running on MacOS 15.0 arm64/aarch64
|
|
45
|
-
- Minimal tests are running on: MacOS 13.5 x86*64/amd64
|
|
39
|
+
- Minimal tests are running on: MacOS 13.5 x86*64/amd64*(We do not recommend using MacOS Intel for production, It is supported for development purposes)\_
|
|
46
40
|
|
|
47
41
|
### Alpine
|
|
48
42
|
|
|
49
|
-
All alpine versions that are using
|
|
43
|
+
All alpine versions that are using *musl libc* 1.2.3 (All Alpine non deprecated alpine versions) or higher should be supported.
|
|
50
44
|
Tests are running on:
|
|
51
45
|
|
|
52
46
|
- node:alpine (x86_64/amd64 and arm64/aarch64)
|
|
@@ -72,7 +66,7 @@ npm i @valkey/valkey-glide
|
|
|
72
66
|
|
|
73
67
|
## Basic Examples
|
|
74
68
|
|
|
75
|
-
#### Standalone Mode
|
|
69
|
+
#### Standalone Mode:
|
|
76
70
|
|
|
77
71
|
```typescript
|
|
78
72
|
import { GlideClient, GlideClusterClient, Logger } from "@valkey/valkey-glide";
|
|
@@ -99,7 +93,7 @@ const get_response = await client.get("foo");
|
|
|
99
93
|
console.log(`Get response is = ${get_response}`);
|
|
100
94
|
```
|
|
101
95
|
|
|
102
|
-
#### Cluster Mode
|
|
96
|
+
#### Cluster Mode:
|
|
103
97
|
|
|
104
98
|
```typescript
|
|
105
99
|
import { GlideClient, GlideClusterClient, Logger } from "@valkey/valkey-glide";
|
package/package.json
CHANGED
|
Binary file
|