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
Apache License 2.0
263
stars
53
forks
source link
Support transactions for VSS and JSON commands #2683
The current guiding principle is to ensure that all supported commands are available within transactions. However, as of version 1.2, JSON and VSS module commands are not yet available in transactions.
Description
The current guiding principle is to ensure that all supported commands are available within transactions. However, as of version 1.2, JSON and VSS module commands are not yet available in transactions.
Checklist
JSON transaction commands:
VSS transaction commands:
Additional Notes
No response