`hset` should accept `items` in it's signature
mdczaplicki opened this issue · 0 comments
mdczaplicki commented
Is your feature request related to a problem?
I'm always frustrated when I have to create a mapping of all keys to values.
Describe the solution you'd like
hset
accepts a items: List[Union[FieldT, Optional[EncodableT]]]
alongside to the mapping
.
Describe alternatives you've considered
N/A
Additional context
No response
Code of Conduct
- I agree to follow the aio-libs Code of Conduct