You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: