You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe you could pre-generate the Haxe code for Redis commands. It will avoid to add compilation time to each compilation because of the macro.
I used this for the AWS externs which directly get the list of resources from an npm update of the aws sdk.
You could handle it in the same way with the redis-commands package.
The text was updated successfully, but these errors were encountered:
Maybe you could pre-generate the Haxe code for Redis commands. It will avoid to add compilation time to each compilation because of the macro.
I used this for the AWS externs which directly get the list of resources from an
npm update
of the aws sdk.You could handle it in the same way with the redis-commands package.
The text was updated successfully, but these errors were encountered: