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
In production redis, it looks like cjson.decode("null") returns cjson.null whereas the lua cjson in miniredis returns nil.
Maybe gopher-lua should be updated to match redis? The change involved seems a bit deep though (requires changing gopher-lua to return a special sentinel value and making cjson.null also return that sentinel value).
The text was updated successfully, but these errors were encountered:
In production redis, it looks like
cjson.decode("null")
returnscjson.null
whereas the lua cjson in miniredis returnsnil
.Maybe gopher-lua should be updated to match redis? The change involved seems a bit deep though (requires changing gopher-lua to return a special sentinel value and making cjson.null also return that sentinel value).
The text was updated successfully, but these errors were encountered: