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
Dump for some values can be successfully represented by an UTF-8 string
Different errors could be produced while converting incompatible byte[] into a string
Fix for npm run test - it was ignoring rest of the command line (e.g. npm run test -- --testNamePattern="dump and restore transactions" --standalone-endpoints=localhost:6379)
Checklist
Before submitting the PR make sure the following are checked:
[x] This Pull Request is related to one issue.
[x] Commit message has a detailed description of what changed and why.
[x] Tests are added or updated.
[x] CHANGELOG.md and documentation files are updated.
[x] Destination branch is correct - main or release
Issue link
https://github.com/valkey-io/valkey-glide/actions/runs/11737024037/job/32697212681#step:5:496 https://github.com/valkey-io/valkey-glide/actions/runs/11737024037/job/32697211683#step:5:497
npm run test
- it was ignoring rest of the command line (e.g.npm run test -- --testNamePattern="dump and restore transactions" --standalone-endpoints=localhost:6379
)Checklist
Before submitting the PR make sure the following are checked: