valkey-io/valkey-glide

Wrapper Return: Consider Tuple/Pair return types

Opened this issue · 1 comments

Describe the feature

Consider returning Tuple/Pair for Python/Java wrappers for commands that return an array of finite size.

Use Case

Example:

  • time
  • zrankWithScore
  • blpop and brpop
  • bzpopmax and bzpopmin
  • bzmpop and zmpop

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Client version used

N/A

Environment details (OS name and version, etc.)

N/A