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
Yeah, that's a fair point. args is an array containing the command and any values that rate-limit-redis passes to the database driver.
I'd like to put out an updated version of this library that has a default redis driver built-in, so that the whole sendCommand thing is unnecessary for basic usage, which should reduce that confusion.
Description
Some people may not understand this part.
sendCommand: (...args: string[]) => client.sendCommand(args),
Why
some people may not understand args part.
Alternatives
please add more detail description can use
rate-limit-mongo
for referenceThe text was updated successfully, but these errors were encountered: