dragonfly/TODO.md
Roman Gershman 067e1c3b62 Allow calling a redis function from interpreter.
Introduce a translator that converts redis response to lua result coming from redis.call
Add tests.
2022-02-24 14:11:51 +02:00

162 B

  1. To move lua_project to dragonfly from helio
  2. To limit lua stack to something reasonable like 4096.
  3. To inject our own allocator to lua to track its memory.