Skip to content

Commit

Permalink
Edited README files for non GA status langs.
Browse files Browse the repository at this point in the history
Signed-off-by: GilboaAWS <[email protected]>
  • Loading branch information
GilboaAWS committed Jul 9, 2024
1 parent 55caeeb commit c8b46a2
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 13 deletions.
9 changes: 2 additions & 7 deletions csharp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# C# wrapper
# C# wrapper - Current Status

The C# wrapper is currently not in a usable state.
The C# wrapper is currently not in a usable state and is under development.

# GLIDE for Redis

Expand All @@ -11,11 +11,6 @@ Strategic, mission-critical Redis-based applications have requirements for secur

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 GLIDE for Redis 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.

# Getting Started - C# Wrapper

## .net sdk supported version
Expand Down
22 changes: 22 additions & 0 deletions go/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# GO wrapper - Current Status

The GO wrapper is currently not in a usable state and is under development.

# GLIDE for Redis

General Language Independent Driver for the Enterprise (GLIDE) for Redis, is an AWS-sponsored, open-source Redis client. GLIDE for Redis works with any Redis distribution that adheres to the Redis Serialization Protocol (RESP) specification, including open-source Redis, Amazon ElastiCache for Redis, and Amazon MemoryDB for Redis.
Strategic, mission-critical Redis-based applications have requirements for security, optimized performance, minimal downtime, and observability. GLIDE for Redis is designed to provide a client experience that helps meet these objectives. It is sponsored and supported by AWS, and comes pre-configured with best practices learned from over a decade of operating Redis-compatible services used by hundreds of thousands of customers. To help ensure consistency in development and operations, GLIDE for Redis is implemented using a core driver framework, written in Rust, with extensions made available for each supported programming language. This design ensures that updates easily propagate to each language and reduces overall complexity.

## Supported Engine Versions

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

# Getting Started - GO Wrapper

## GO supported version

## Basic Example

### Building & Testing

Development instructions for local building & testing the package are in the [DEVELOPER.md](DEVELOPER.md) file.
9 changes: 4 additions & 5 deletions node/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Node wrapper - Current Status

The Node wrapper is currently not in a usable state and is under development.

# GLIDE for Redis

General Language Independent Driver for the Enterprise (GLIDE) for Redis, is an AWS-sponsored, open-source Redis client. GLIDE for Redis works with any Redis distribution that adheres to the Redis Serialization Protocol (RESP) specification, including open-source Redis, Amazon ElastiCache for Redis, and Amazon MemoryDB for Redis.
Expand All @@ -7,11 +11,6 @@ Strategic, mission-critical Redis-based applications have requirements for secur

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. We welcome questions and contributions from all Redis stakeholders.
This preview release is recommended for testing purposes only.

# Getting Started - Node Wrapper

## System Requirements
Expand Down

0 comments on commit c8b46a2

Please sign in to comment.