Welcome to Valkey GLIDE!

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.

Visit our official documentation at glide.valkey.io.

Why Choose Valkey GLIDE?

Key Features

Supported Engine Versions

Valkey GLIDE is API-compatible with the following engine versions:

Engine Type 6.2 7.0 7.1 7.2 8.0 8.1 9.0
Valkey - - -
Redis - - -

Current Status and Upcoming Releases

The client currently supports Python, Java, Node.js, Go, C#, and PHP. C# and PHP have preview releases, and have been moved to separate repositories to simplify development. Active development continues for C#, PHP, C++ and Ruby clients. Python, Java, Node.js and Go clients will be moved to separate repositories in the near future.

v2.4.0 (May 2026)

The following are some of the changes planned for 2.4.0 release:

For the detailed list of changes, see the release page.

Other Releases

See our releases section

Getting Started

Documentation Visit our official Valkey GLIDE's documentation site.

Supported Languages

Under Development SDKs

General Concepts:

Migration Guides

Community

Ecosystem

Valkey GLIDE has a growing ecosystem of integrations and extensions that enhance its functionality across different frameworks and use cases:

Experimental Features

Compression (EXPERIMENTAL)

⚠️ WARNING: This feature is experimental

Valkey GLIDE supports automatic compression and decompression of string values to reduce memory usage and network bandwidth. Currently supports SET, GET, MGET, MSET, GETEX, GETDEL, SETEX, PSETEX, and SETNX commands.

Incompatible Commands: Compression is NOT compatible with commands that manipulate string data on the server side:

Using these commands with compressed values will result in incorrect behavior or errors.

Getting Help

If you have any questions, feature requests, encounter issues, or need assistance with this project, please don't hesitate to open a GitHub issue. Our community and contributors are here to help you. Before creating an issue, we recommend checking the existing issues to see if your question or problem has already been addressed. If not, feel free to create a new issue, and we'll do our best to assist you. Please provide as much detail as possible in your issue description, including:

  1. A clear and concise title
  2. Detailed description of the problem or question
  3. Reproducible test case or step-by-step instructions
  4. Valkey GLIDE version in use
  5. Operating system details
  6. Server version
  7. Cluster or standalone setup information, including topology, number of shards, number of replicas, and data types used
  8. Relevant modifications you've made
  9. Any unusual aspects of your environment or deployment
  10. Log files

Contributing

GitHub is a platform for collaborative coding. If you're interested in writing code, we encourage you to contribute by submitting pull requests from forked copies of this repository. Additionally, please consider creating GitHub issues for reporting bugs and suggesting new features. Feel free to comment on issues that interest. For more info see Contributing.

Get Involved!

We invite you to join our open-source community and contribute to Valkey GLIDE. Whether it's reporting bugs, suggesting new features, or submitting pull requests, your contributions are highly valued. Check out our Contributing Guidelines to get started.

If you have any questions or need assistance, don't hesitate to reach out. Open a GitHub issue, and our community and contributors will be happy to help you.

Community Support and Feedback

We encourage you to join our community to support, share feedback, and ask questions. You can approach us for anything on our Valkey Slack: Join Valkey Slack.

License