-
Notifications
You must be signed in to change notification settings - Fork 0
add wasm rulesengine #59
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
base: main
Are you sure you want to change the base?
add wasm rulesengine #59
Conversation
2ed93f5 to
bfc0dad
Compare
8a59ba9 to
81b4c3b
Compare
81b4c3b to
932cb49
Compare
src/cache/redis.ts
Outdated
| this.keyPrefix = options.keyPrefix || 'schematic:'; | ||
|
|
||
| // Dynamically import Redis to avoid requiring it if not used | ||
| this.initRedisClient(options); |
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.
Is it okay that we don't await this? Are we concerned that, when redis is used, there could be calls made before the redis client is ready?
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.
yeah this is how the other datastream versions work kind of fire and let it do its thing
bpapillon
left a comment
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.
a few more small comments. also, probably we don't want to check in package-lock.json
10d4f05 to
a0828cf
Compare
No description provided.