Support HSTRLEN command. - #115
Conversation
Tal Zaccai (TalZaccai)
left a comment
There was a problem hiding this comment.
Nice work! Added a few comments :)
Thanks for your contribution!
|
Make sure you use the error handling logic introduced in this recent PR: #103 |
Yes, I have modify the code to use the same handling logic |
|
Please make sure to update documentation to indicate HSTRLEN is supported now. |
thanks, The api-compatibility.md and data-structures.md file have been updated to reflect HSTRLEN support. |
Tal Zaccai (TalZaccai)
left a comment
There was a problem hiding this comment.
Looks good! Thanks again for your work!


Support
HSTRLENcommand.Returns the string length of the value associated with field in the hash stored at key. If the key or the field do not exist, 0 is returned.
Interested in being able to deepen my understanding by implementing some small features. thx.
refer: #76