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

cached flavours of Model.save() objects.get() and objects.filter() #5263 #59

Open
evrenesat opened this issue Apr 22, 2016 · 0 comments

Comments

@evrenesat
Copy link
Contributor

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.

@evrenesat evrenesat changed the title cached flavours of Model.save() objects.get() and objects.filter() cached flavours of Model.save() objects.get() and objects.filter() #5263 Apr 22, 2016
evrenesat added a commit that referenced this issue Apr 22, 2016
evrenesat pushed a commit that referenced this issue May 2, 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
evrenesat added a commit that referenced this issue May 24, 2016
evrenesat added a commit that referenced this issue May 24, 2016
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
evrenesat added a commit that referenced this issue May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant