Skip to content

Commit f7cd094

Browse files
committed
Added link to docs to the new GLIDE website
Signed-off-by: Alex Le <Alex.Le@improving.com>
1 parent d677f16 commit f7cd094

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Valkey General Language Independent Driver for the Enterprise (GLIDE) is an official open-source Valkey client library, proudly part of the Valkey organization. Our mission is to make your experience with Valkey and Redis OSS seamless and enjoyable. Whether you're a seasoned developer or just starting out, Valkey GLIDE is here to support you every step of the way.
44

5+
Visit our official documentation at [glide.valkey.io](https://glide.valkey.io).
6+
57
## Why Choose Valkey GLIDE?
68

79
- **Community and Open Source**: Join our vibrant community and contribute to the project. We are always here to respond, and the client is for the community.

go/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Valkey General Language Independent Driver for the Enterprise (GLIDE) is the off
1212
- **Stability and Fault Tolerance**: We brought our years of experience to create a bulletproof client.
1313
- **Backed and Supported by AWS and GCP**: Ensuring robust support and continuous improvement of the project.
1414

15+
## Documentation
16+
17+
See GLIDE's Go [documentation site](https://glide.valkey.io/languages/go).
18+
1519
## Supported Engine Versions
1620

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

java/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Valkey General Language Independent Driver for the Enterprise (GLIDE), is an open-source Valkey client library. Valkey GLIDE is one of the official client libraries for Valkey, and it supports all Valkey commands. Valkey GLIDE supports Valkey 7.2 and above, and Redis open-source 6.2, 7.0 and 7.2. Application programmers use Valkey GLIDE to safely and reliably connect their applications to Valkey- and Redis OSS- compatible services. Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. It is sponsored and supported by AWS, and is pre-configured with best practices learned from over a decade of operating Redis OSS-compatible services used by hundreds of thousands of customers. To help ensure consistency in application development and operations, Valkey GLIDE is implemented using a core driver framework, written in Rust, with language specific extensions. This design ensures consistency in features across languages and reduces overall complexity.
44

5+
## Documentations
6+
7+
See GLIDE's Java [documentation site](https://glide.valkey.io/languages/java).
8+
59
# Getting Started - Java Wrapper
610

711
## System Requirements

node/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ Valkey General Language Independent Driver for the Enterprise (GLIDE) is the off
1414

1515
## Documentation
1616

17-
See GLIDE's [documentation site](https://valkey.io/valkey-glide/).
18-
Visit our [wiki](https://github.com/valkey-io/valkey-glide/wiki/NodeJS-wrapper) for examples and further details on TLS, Read strategy, Timeouts and various other configurations.
17+
See GLIDE's Node.js [documentation site](https://glide.valkey.io/languages/nodejs).
1918

2019
## Supported Engine Versions
2120

python/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ Valkey General Language Independent Driver for the Enterprise (GLIDE) is the off
1414

1515
## Documentation
1616

17-
See GLIDE's [documentation site](https://valkey.io/valkey-glide/).
18-
Visit our [wiki](https://github.com/valkey-io/valkey-glide/wiki/Python-wrapper) for examples and further details on TLS, Read strategy, Timeouts and various other configurations.
17+
See GLIDE's Python [documentation site](https://glide.valkey.io/languages/python).
1918

2019
## Supported Engine Versions
2120

0 commit comments

Comments
 (0)