Skip to content

Commit

Permalink
fixed client names
Browse files Browse the repository at this point in the history
Signed-off-by: lior sventitzky <liorsve@amazon.com>
  • Loading branch information
liorsve committed Jan 12, 2025
1 parent 7b635fb commit e7d19a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/client-page-clients/java/valkey-GLIDE.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Valkey GLIDE",
"name": "valkey GLIDE",
"description": "Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java, node.js and Python.",
"github":"https://github.com/valkey-io/valkey-glide/tree/main/java",
"installation": [
Expand Down
2 changes: 1 addition & 1 deletion clients/client-page-clients/node.js/valkey-GLIDE.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Valkey GLIDE",
"name": "valkey GLIDE",
"description": "Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java, node.js and Python.",
"github":"https://github.com/valkey-io/valkey-glide/tree/main/node",
"installation": "npm install valkey-glide",
Expand Down
2 changes: 1 addition & 1 deletion clients/client-page-clients/python/valkey-GLIDE.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Valkey GLIDE",
"name": "valkey GLIDE",
"description": "Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java, node.js and Python.",
"github":"https://github.com/valkey-io/valkey-glide/tree/main/python",
"installation": "pip install valkey-glide",
Expand Down

0 comments on commit e7d19a4

Please sign in to comment.