-
Notifications
You must be signed in to change notification settings - Fork 565
feat(ts): Add label-based indexing support and TS.MGET
command
#3164
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
Conversation
TS.MEGT
commandTS.MGET
command
@PragmaTwice Could you tell me how to fix this test error? I don't really understand why it failed.
|
@yezhizi Not necessary in this PR, but we need to consider:
Maybe when we are accessing the label index, we should check if the TS key is currently available (not expired or deleted), and in compaction we can recycle label index with expired/deleted TS keys. |
|
Okay, I’ll try to improve on this. |
Part of #3048
Add a new CF for label-based indexing. The key format is as following:
TS_LABEL
Now we can do: