You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently calling the hset method with an empty like value results in the following error:
Redis::CommandError: ERR wrong number of arguments for 'hset' command
Examples:
Is there any chance this can crash gracefully? Or any thoughts about the best way to handle this without being explicit checking empty values before calling hset? Thanks!
The text was updated successfully, but these errors were encountered:
jppsantana
changed the title
HSET error when value to store is an empty
HSET error when value to store is empty
Sep 4, 2024
Currently calling the
hset
method with an empty like value results in the following error:Redis::CommandError: ERR wrong number of arguments for 'hset' command
Examples:
Is there any chance this can crash gracefully? Or any thoughts about the best way to handle this without being explicit checking empty values before calling
hset
? Thanks!The text was updated successfully, but these errors were encountered: