We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In redis-cli monitor I see this calls:
redis-cli monitor
1547818504.509313 [0 lua] "lrange" "filebeat" "0" "124" 1547818504.509476 [0 lua] "ltrim" "filebeat" "125" "-1"
Do I understand correctly, data which added between unix timestamp 1547818504.509313 and 1547818504.509476 will be just deleted?
The text was updated successfully, but these errors were encountered:
Using "MULTI" / "EXEC" can fix it.
Sorry, something went wrong.
No branches or pull requests
In
redis-cli monitor
I see this calls:Do I understand correctly, data which added between unix timestamp 1547818504.509313 and 1547818504.509476 will be just deleted?
The text was updated successfully, but these errors were encountered: