An open source Valkey client library that supports Valkey and Redis open source 6.2, 7.0 and 7.2. 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 and Python
Implementing https://github.com/valkey-io/valkey-glide/pull/1375 to java client
To run IT:
To run IT on existing servers, add this to command line (update ports according to your setup):
Additional parameter to enable TLS
To filter IT and run all tests from a specific class, add this to the command line:
To filter IT and run a very specific test, add this to the command line:
⚠️ use quotes
Also this PR allows to use a remote-hosted server for testing.