valkey-io / valkey-glide

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
171 stars 40 forks source link

(LCS Command): (Does not support IDX return type) #1595

Closed Elen-Ghulam closed 4 weeks ago

Elen-Ghulam commented 1 month ago

Describe the feature

Currently LCS command supports Integer and String return types. For the IDX return type it will return an array of objects instead. A more elegant solution would be to implement an IDX data type specific for this usage.

Use Case

An elegant api suggestion.

Proposed Solution

No response

Other Information

No response

Acknowledgements

Client version used

1.0

Environment details (OS name and version, etc.)

Windows 10

Yury-Fridlyand commented 4 weeks ago

Completed by #1716 and #1660