| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-08 | 2.4 kB | |
| v2.1.1 source code.tar.gz | 2025-10-08 | 3.2 MB | |
| v2.1.1 source code.zip | 2025-10-08 | 3.7 MB | |
| Totals: 3 Items | 6.8 MB | 0 | |
What's Changed
- Python: improve UDS socket error handling by @jbrinkman in https://github.com/valkey-io/valkey-glide/pull/4755
- Python: backwards compatibility fix for module imports by @jamesx-improving in https://github.com/valkey-io/valkey-glide/pull/4803
- Add explicit rustfmt and clippy components to install-rust-and-protoc action by @xShinnRyuu in https://github.com/valkey-io/valkey-glide/pull/4820
- CORE: Persist Client Name Across Reconnections for CLIENT SETNAME Command by @affonsov in https://github.com/valkey-io/valkey-glide/pull/4841
- JAVA: Add cluster support for Move command by @affonsov in https://github.com/valkey-io/valkey-glide/pull/4749
- PYTHON: Add MOVE command support for cluster clients by @affonsov in https://github.com/valkey-io/valkey-glide/pull/4751
- NODE: add MOVE command support for cluster clients by @affonsov in https://github.com/valkey-io/valkey-glide/pull/4750
- GO: Add cluster support for Move command by @affonsov in https://github.com/valkey-io/valkey-glide/pull/4748
- JAVA: Move COPY command with database ID from standalone to base client by @affonsov in https://github.com/valkey-io/valkey-glide/pull/4804
- GO: Add DBDestination option tests to CopyWithOptions command by @affonsov in https://github.com/valkey-io/valkey-glide/pull/4802
- NODE: move COPY command to BaseClient and add comprehensive tests by @affonsov in https://github.com/valkey-io/valkey-glide/pull/4805
- PYTHON: Consolidate COPY command implementation to CoreCommands by @affonsov in https://github.com/valkey-io/valkey-glide/pull/4806
- PYTHON: Fix documentation for copy command by @affonsov in https://github.com/valkey-io/valkey-glide/pull/4859
- FIX: SELECT Command Database Persistence Across Reconnections by @affonsov in https://github.com/valkey-io/valkey-glide/pull/4764
- PYTHON: Move SELECT command from StandaloneCommands to CoreCommands by @affonsov in https://github.com/valkey-io/valkey-glide/pull/4851
- Go: Add Select command support for ClusterClient by @affonsov in https://github.com/valkey-io/valkey-glide/pull/4850
- JAVA: Add SELECT command support for cluster mode by @affonsov in https://github.com/valkey-io/valkey-glide/pull/4846
- Node: Move SELECT command from GlideClient to BaseClient by @affonsov in https://github.com/valkey-io/valkey-glide/pull/4849
Full Changelog: https://github.com/valkey-io/valkey-glide/compare/v2.1.0...v2.1.1