-
-
Notifications
You must be signed in to change notification settings - Fork 578
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
Update document in sonic #292
Comments
You need to POP then PUSH again. |
So what is your solution for messages order by time? |
The results ordered is defined by push date + time, there's no other way around. |
Thanks for your suggestion, PS.: As to my knowledge about sonic it'll just return items by the push date |
Hi again @valeriansaliou ,
Thanks for your quick and well answering. I was looking for
update command
in sonic. The requirment I face is a messanger's search system. As you know one of key features is that user will update his/her message and we need to update the queried message.I know that sonic has ingest and flush commands but the point is how can make an update on the message?
Note: Delete and recreate the message won't work probabley because messages have timestamp. As a primary need, the messages found by search engine should be in order thus recreating won't be a accurate solution.
The text was updated successfully, but these errors were encountered: