Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
Signed-off-by: Adar Ovadia <adarov@amazon.com>
  • Loading branch information
Adar Ovadia committed Sep 23, 2024
1 parent be048ab commit 7c62b3c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Valkey GLIDE is API-compatible with the following engine versions:
| Redis | V | V | V | - |

## Current Status
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).
In this release, Valkey GLIDE is available for Python, Java and Node.js. Support for GO 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).

## Getting Started
- [Java](./java/README.md)
Expand Down
15 changes: 10 additions & 5 deletions node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ Valkey General Language Independent Driver for the Enterprise (GLIDE), is an ope

Refer to the [Supported Engine Versions table](https://github.com/valkey-io/valkey-glide/blob/main/README.md#supported-engine-versions) for details.

## 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](https://github.com/orgs/valkey-io/projects/11). We welcome questions and contributions from all Valkey stakeholders.

# Getting Started - Node Wrapper

## System Requirements

In this release, Valkey GLIDE is available for Python, Java and Node. Support for GO 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).
The release of Valkey GLIDE was tested on the following platforms:

Linux:

- Ubuntu 22.04.1 (x86_64)
- Amazon Linux 2023 (AL2023) (x86_64)

macOS:

- macOS 12.7 (Apple silicon/aarch_64 and Intel/x86_64)

## NodeJS supported version

Expand Down

0 comments on commit 7c62b3c

Please sign in to comment.