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

Speed up Undo with Redis #45

Open
ehenze opened this issue Aug 24, 2019 · 0 comments
Open

Speed up Undo with Redis #45

ehenze opened this issue Aug 24, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ehenze
Copy link
Member

ehenze commented Aug 24, 2019

I think this can be achieved with just storing a list of Guids of the objects that have been affected by the last get / set / create / delete clip operations. If you have that, you can set the state for these objects in redis precisely, without always pushing the whole timeline

@ehenze ehenze added the enhancement New feature or request label Aug 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants