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
If a row in the database contains a null value for some column that does not have not-null property set to true (meaning that it can have a null value), read through fails to read that row.
to reproduce, insert a row that have a null value for some property, then try "hgetall ".
The command returns:
(empty array)
If a row in the database contains a null value for some column that does not have not-null property set to true (meaning that it can have a null value), read through fails to read that row.
to reproduce, insert a row that have a null value for some property, then try "hgetall ".
The command returns:
(empty array)
The RG.GETEXUCUTION output show:
It looks like it throws an exception when trying to convert the null value to string. It should ignore a null value.
The text was updated successfully, but these errors were encountered: