Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Feature: Onyx Cache #76
Feature: Onyx Cache #76
Changes from 13 commits
a343ef1
a7ee841
d23b8eb
a6df3db
231fe00
2f76d80
1046786
273afe1
47739e4
f4a523f
6b659d7
f7feafc
16d42ac
5b11545
0c51923
22ad916
d0c62c5
1b35161
b33e696
4af3abf
ceb4acf
5435063
dc2a540
34cb2aa
dfe362d
f14e5d7
2494a55
ee177e2
55086b4
afd91ca
9231475
4e57857
a27841d
1ff60fc
4eed726
7b35a24
d6f153c
27c0ba8
5254568
77b07e1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this basically doing
multiMerge
notmultiSet()
?and the value should be
{data: 'test'}
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes,
cache.merge
is doing a multi merge. So this works incorrect here and data in cache isn't overwritten but merged. Will address this tomorrow