Discussion:
[redis-db] how to call function in dynamic lib from redis?
patpatbear
2018-11-02 02:25:33 UTC
Permalink
we want to call a function inside a dynamic lib, I already know that we can
call redis commands from lua, but i was wondering if it is possible to call
functions from within lua?

if it's not possible(or not recommended), should i wrap the dynamic lib
using redis module?
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+***@googlegroups.com.
To post to this group, send email to redis-***@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.
Abioy Sun
2018-11-02 05:20:47 UTC
Permalink
Maybe you can create a module
https://redis.io/topics/modules-intro
Post by patpatbear
we want to call a function inside a dynamic lib, I already know that we
can call redis commands from lua, but i was wondering if it is possible to
call functions from within lua?
if it's not possible(or not recommended), should i wrap the dynamic lib
using redis module?
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+***@googlegroups.com.
To post to this group, send email to redis-***@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.
micheal mcharles
2018-11-02 18:37:58 UTC
Permalink
hit me on whasapp at +237674653412 or call +237678829805 so we can talk
Post by Abioy Sun
Maybe you can create a module
https://redis.io/topics/modules-intro
Post by patpatbear
we want to call a function inside a dynamic lib, I already know that we
can call redis commands from lua, but i was wondering if it is possible to
call functions from within lua?
if it's not possible(or not recommended), should i wrap the dynamic lib
using redis module?
--
You received this message because you are subscribed to the Google Groups
"Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+***@googlegroups.com.
To post to this group, send email to redis-***@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.
Loading...