mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-22 15:44:13 +00:00
067e1c3b62
Introduce a translator that converts redis response to lua result coming from redis.call Add tests.
162 B
162 B
- To move lua_project to dragonfly from helio
- To limit lua stack to something reasonable like 4096.
- To inject our own allocator to lua to track its memory.