redis_rate icon indicating copy to clipboard operation
redis_rate copied to clipboard

dose lua script length limit?

Open Kean9527 opened this issue 2 years ago • 0 comments

I got error following: ERR Protocol error: expected '$', got 'n' when I used Allow function res, err := limiter.Allow(client.Ctx, key, limit), It will be OK while I remove all of comments in the lua script, so is there limitation of script length ?

Kean9527 avatar Jul 07 '23 11:07 Kean9527