We are using ioredis-tree package to store some hierarchical tree structures in Redis.
However, the lua scripts this library runs depend on csmgpack library which normally is by default part of the Redis Lua interpreter, but it fails when run with ioredis-mock. Is there any way to add this or any of the default libraries of Redis Lua interpreter (through c lib or js package equivalent)?
The default available libraries can be see here for reference.
We are using ioredis-tree package to store some hierarchical tree structures in Redis.
However, the lua scripts this library runs depend on
csmgpack
library which normally is by default part of the Redis Lua interpreter, but it fails when run with ioredis-mock. Is there any way to add this or any of the default libraries of Redis Lua interpreter (through c lib or js package equivalent)?The default available libraries can be see here for reference.