massivefermion / radish

A Redis client for Gleam
https://hex.pm/packages/radish
Apache License 2.0
35 stars 4 forks source link

Lua scripting support / EVAL exposure #4

Open skinkade opened 4 months ago

skinkade commented 4 months ago

Howdy! :slightly_smiling_face:

Would you be open to having a function that exposes either the direct ability to call EVAL, or perhaps provides an abstraction for using Lua scripts?

I found a way to do this via the internal utils namespace, but since that is internal and undocumented I'd prefer not to use it long-term.

massivefermion commented 3 months ago

Seems like a great feature. But I need some time to do some research and get familiar with it so that I can figure out the best approach. It'll be a long term thing!