-
Notifications
You must be signed in to change notification settings - Fork 12
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
cached flavours of Model.save() objects.get() and objects.filter() #5263 #59
Comments
evrenesat
added a commit
that referenced
this issue
Apr 22, 2016
evrenesat
added a commit
that referenced
this issue
May 11, 2016
+ various fixes rref #5263 ref GH-59
evrenesat
added a commit
that referenced
this issue
May 24, 2016
…d models to be saved. rref #5263 ref GH-59
evrenesat
added a commit
that referenced
this issue
May 24, 2016
added more explicit error message for key found in solr but not in riak exception. rref #5263 ref GH-59
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To ease the development and remove complexity from app logic, we need to handle and compensate ~1 second Riak-Solr sync delay at orm layer. For this purpose, I'm going to implement cached_save(), cached_filter() and cached_get() methods which can be used when developer need to access to just created object within 1s time frame.
The text was updated successfully, but these errors were encountered: