-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs. #2299
Update docs. #2299
Conversation
Signed-off-by: Yury-Fridlyand <[email protected]>
node/README.md
Outdated
|
||
## NodeJS supported version | ||
|
||
Node.js 16.20 or higher. | ||
Node.js 16.20+, 18.* and 20.*. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Node 22 is not supported (#2233)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jamesx-improving — still waiting for your response on that, I would really like us to support latest version of a language.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one needs more validatioin. I'll update the original issue shortly.
Preliminary result is that both 22.8 and 22.0 have no issue, so chances are my 22.7 env is contaminated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please confirm language with Glide team
Co-authored-by: Andrew Carbonetto <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
|
||
# Getting Started - Node Wrapper | ||
|
||
## System Requirements | ||
|
||
In this release, Valkey GLIDE is available for Python and Java. Support for Node.js is actively under development, with plans to include more programming languages in the future. We're tracking future features on the [roadmap](https://github.com/orgs/aws/projects/187/). | ||
In this release, Valkey GLIDE is available for Python, Java, and Node, with plans to include more programming languages in the future. We're tracking future features on the [roadmap](https://github.com/orgs/valkey-io/projects/11). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe replacing what was node to Go?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and c#?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it?
Not really actively, we can add it when it will.
|
||
## NodeJS supported version | ||
|
||
Node.js 16.20 or higher. | ||
Node.js 16.20+, 18.x and 20.x. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's better to test once with 17 and 19 and just write 16 and above. This is very specific and look suspicious.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|-----------------------|-------|-------|-------| | ||
| Valkey | - | - | V | | ||
| Redis | V | V | V | | ||
| Engine Type | 6.2 | 7.0 | 7.2 | 8.0 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT
|
||
## Current Status | ||
In this release, Valkey GLIDE is available for Python and Java. Support for Node.js is actively under development, with plans to include more programming languages in the future. We're tracking future features on the [roadmap](https://github.com/orgs/valkey-io/projects/11). | ||
In this release, Valkey GLIDE is available for Python, Java, and Node, with plans to include more programming languages in the future. We're tracking future features on the [roadmap](https://github.com/orgs/valkey-io/projects/11). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove ,
|
||
## Getting Started | ||
- [Java](./java/README.md) | ||
- [Python](./python/README.md) | ||
- [Node](./node/README.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -12,7 +12,7 @@ Refer to the [Supported Engine Versions table](https://github.com/valkey-io/valk | |||
|
|||
## Current Status | |||
|
|||
We've made Valkey GLIDE an open-source project, and are releasing it in Preview to the community to gather feedback, and actively collaborate on the project roadmap. We welcome questions and contributions from all Redis stakeholders. | |||
We've made Valkey GLIDE an open-source project, and are releasing it in Preview to the community to gather feedback, and actively collaborate on the project [roadmap](https://github.com/orgs/valkey-io/projects/11). We welcome questions and contributions from all Valkey stakeholders. | |||
This preview release is recommended for testing purposes only. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove csharp readme
@@ -209,7 +209,7 @@ publishing { | |||
} | |||
developers { | |||
developer { | |||
name = 'valkey-glide' | |||
name = 'Valkey GLIDE Maintainers' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT
@@ -8,18 +8,17 @@ Refer to the [Supported Engine Versions table](https://github.com/valkey-io/valk | |||
|
|||
## Current Status | |||
|
|||
We've made Valkey GLIDE an open-source project, and are releasing it in Preview to the community to gather feedback, and actively collaborate on the project roadmap. We welcome questions and contributions from all Redis stakeholders. | |||
This preview release is recommended for testing purposes only. | |||
We've made Valkey GLIDE an open-source project, and are releasing it in Preview to the community to gather feedback, and actively collaborate on the project [roadmap](https://github.com/orgs/valkey-io/projects/11). We welcome questions and contributions from all Valkey stakeholders. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove Current Status
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to update the README.md
@@ -2,7 +2,7 @@ | |||
"name": "${scope}${pkg_name}", | |||
"types": "build-ts/index.d.ts", | |||
"version": "${package_version}", | |||
"description": "An AWS-sponsored, open-source Redis client.", | |||
"description": "General Language Independent Driver for the Enterprise (GLIDE) for Valkey", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -26,7 +26,7 @@ | |||
"client", | |||
"valkey-glide" | |||
], | |||
"author": "Amazon Web Services", | |||
"author": "Valkey GLIDE Maintainers", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -58,7 +58,7 @@ | |||
"typescript": "^5.5.4", | |||
"uuid": "^10.0.0" | |||
}, | |||
"author": "Valkey contributors", | |||
"author": "Valkey GLIDE Maintainers", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
superseded by #2346 |
fixes #2315