@upstash/redis 0.0.0-ci.fd62df5f23c9d3ce31f52781474d711bbed876d2-20231031095501 → 0.0.0-ci.ff7a0b135b28ff50a7e2634a78123684be3ed71f-20241105152627
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 +7 -3
- package/chunk-O2BCOVQA.mjs +3809 -0
- package/cloudflare.d.mts +15 -5
- package/cloudflare.d.ts +15 -5
- package/cloudflare.js +3921 -1
- package/cloudflare.mjs +93 -1
- package/fastly.d.mts +10 -5
- package/fastly.d.ts +10 -5
- package/fastly.js +3894 -1
- package/fastly.mjs +66 -1
- package/nodejs.d.mts +17 -24
- package/nodejs.d.ts +17 -24
- package/nodejs.js +3941 -1
- package/nodejs.mjs +113 -1
- package/package.json +1 -1
- package/{zmscore-10fd3773.d.ts → zmscore-Dc6Llqgr.d.mts} +721 -338
- package/zmscore-Dc6Llqgr.d.ts +3509 -0
- package/chunk-6556OV4Z.mjs +0 -1
- package/chunk-ZI3I2JE2.js +0 -1
package/README.md
CHANGED
|
@@ -7,6 +7,11 @@ of [Upstash REST API](https://docs.upstash.com/features/restapi).
|
|
|
7
7
|

|
|
8
8
|

|
|
9
9
|
|
|
10
|
+
> [!NOTE]
|
|
11
|
+
> **This project is in GA Stage.**
|
|
12
|
+
>
|
|
13
|
+
> The Upstash Professional Support fully covers this project. It receives regular updates, and bug fixes. The Upstash team is committed to maintaining and improving its functionality.
|
|
14
|
+
|
|
10
15
|
It is the only connectionless (HTTP based) Redis client and designed for:
|
|
11
16
|
|
|
12
17
|
- Serverless functions (AWS Lambda ...)
|
|
@@ -20,7 +25,7 @@ It is the only connectionless (HTTP based) Redis client and designed for:
|
|
|
20
25
|
- and other environments where HTTP is preferred over TCP.
|
|
21
26
|
|
|
22
27
|
See
|
|
23
|
-
[the list of APIs](https://
|
|
28
|
+
[the list of APIs](https://upstash.com/docs/redis/overall/rediscompatibility)
|
|
24
29
|
supported.
|
|
25
30
|
|
|
26
31
|
## Quick Start
|
|
@@ -90,7 +95,7 @@ for common problems. If you can't find a solution, please
|
|
|
90
95
|
|
|
91
96
|
## Docs
|
|
92
97
|
|
|
93
|
-
See [the documentation](https://
|
|
98
|
+
See [the documentation](https://upstash.com/docs/redis/sdks/ts/overview) for
|
|
94
99
|
details.
|
|
95
100
|
|
|
96
101
|
## Contributing
|
|
@@ -114,7 +119,6 @@ bun run test
|
|
|
114
119
|
bun run build
|
|
115
120
|
```
|
|
116
121
|
|
|
117
|
-
|
|
118
122
|
### Telemetry
|
|
119
123
|
|
|
120
124
|
This library sends anonymous telemetry data to help us improve your experience.
|