asyncio-redis-rate-limit
asyncio-redis-rate-limit copied to clipboard
Expire with nx option not worked on keydb
We tried to set ratelimits on keydb, but it didn’t work(
Crash with the error redis.exceptions.ResponseError: Command # 2 (EXPIRE jms:ratelimit:8badef9b1bae26f59 86400 NX) of pipeline caused error: ("wrong number of arguments for 'expire' command",)
It seems there are a lot of problems due to the option)
https://docs.keydb.dev/docs/commands/#expire https://redis.io/docs/latest/commands/expire/