-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: kv runtime #797
feat: kv runtime #797
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #797 +/- ##
=======================================
Coverage ? 69.40%
=======================================
Files ? 143
Lines ? 16598
Branches ? 1478
=======================================
Hits ? 11520
Misses ? 5052
Partials ? 26 ☔ View full report in Codecov by Sentry. |
14d7f1f
to
5ba146d
Compare
Looks good, definitely missing tests though :) |
4ba2191
to
6f4b117
Compare
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.
Can you update the docs?
a7d4143
to
67f2083
Compare
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.
LGTM
79b45cb
67f2083
to
79b45cb
Compare
values, list all values from redis
ecf5c8a
to
b21a0da
Compare
} | ||
|
||
#operation(operation: KvMaterializer, effect: Effect) { | ||
const mad_id = runtimes.kvOperation({ |
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.
Looks like someone's mad 😅
Migration notes
...