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
Builds fine with zig build-lib hello.zig -target x86_64-linux -dynamic -I. -lc -Bsymbolic (I am on a Mac) but then this error is reported by redis server when loading the module:
Module /modules/libhello.so.0.0.0 failed to load: /modules/libhello.so.0.0.0: undefined symbol: RedisModule_Alloc
what gives?
The text was updated successfully, but these errors were encountered:
manast
changed the title
HelloWorld example for redis modules fails with RedisModule_Alloc
HelloWorld example for redis modules fails with RedisModule_Alloc undefined
Sep 12, 2020
who knows... but I cannot build native because of this either #6308
so kind of show stopper...
Btw, I see issues growing at a high pace, but not so much response from maintainers, holidays season or is this normal?
Just trying out the example from your redis conf presentation:
https://www.youtube.com/watch?v=Csz26Wy9Ses&ab_channel=RedisLabs
Builds fine with
zig build-lib hello.zig -target x86_64-linux -dynamic -I. -lc -Bsymbolic
(I am on a Mac) but then this error is reported by redis server when loading the module:what gives?
The text was updated successfully, but these errors were encountered: