Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions clients/php/valkey-GLIDE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Valkey GLIDE PHP",
"description": "Valkey GLIDE PHP 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.",
"repo":"https://github.com/valkey-io/valkey-glide-php",
"website": "https://glide.valkey.io/getting-started/quickstart/?lang=php",
"installation": "pie install valkey-io/valkey-glide-php",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this work currently? @rlunar recently told me that GLIDE was having issues wit pie install

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checking. Will update here once I get the exact error.

"version":"v1.1.0",
"version_released":"2025-05-15",
"language":"php",
"license": "Apache-2.0",
"read_from_replica": true,
"smart_backoff_to_prevent_connection_storm": true,
"pubsub_state_restoration": true,
"cluster_scan": true,
"latency_based_read_from_replica": false,
"AZ_based_read_from_replica": true,
"client_side_caching": true,
"client_capa_redirect": false,
"persistent_connection_pool": false
}