Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MONITOR does not display lua commands correctly #756

Closed
romange opened this issue Feb 5, 2023 · 1 comment
Closed

MONITOR does not display lua commands correctly #756

romange opened this issue Feb 5, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@romange
Copy link
Collaborator

romange commented Feb 5, 2023

This is how redis displays when receiving eval "return redis.call('get', 'bar')" 0

1675588394.760960 [0 127.0.0.1:38756] "eval" "return redis.call('get', 'bar')" "0"
1675588394.761052 [0 lua] "get" "bar"
@romange romange added the bug Something isn't working label Feb 5, 2023
@boazsade
Copy link
Contributor

boazsade commented Feb 7, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants