alicebob / miniredis

Pure Go Redis server for Go unittests
MIT License
3.06k stars 212 forks source link

lua interpreter in miniredis doesn't loads 'struct' lib #180

Open choleraehyq opened 3 years ago

choleraehyq commented 3 years ago

The Redis Lua interpreter will loads it. See https://redis.io/commands/eval#available-libraries.

ivensli commented 3 years ago

Is this problem solved?

alicebob commented 3 years ago

Is this problem solved?

nope. Maybe you can give it a try?