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
The reason we don't see this at DF and do see this with Redis is that we are getting an error from DF Saying "ERR script tried accessing undeclared key". I can move the monitor to return before that, and then we would see this in the monitor, but I have to make sure that this don't break anything else.
The other issue is with eval itself. This command is successful with Redis, but not with DF
This is how redis displays when receiving
eval "return redis.call('get', 'bar')" 0
The text was updated successfully, but these errors were encountered: