redis function fcall - how to run in debug mode similar to eval

Viewed 15

I know how to run a regular luascript in debug mode using redis-cli --ldb --eval /path/to/scriptfile

However, I can't do the same for Fcall, which runs a registered funtion. Is there any way I can do this?

0 Answers
Related