go-redis / redis_rate

Rate limiting for go-redis
https://redis.uptrace.dev/guide/go-redis-rate-limiting.html
BSD 2-Clause "Simplified" License
844 stars 101 forks source link

fix: ERR bad lua script for redis cluster, all the keys that the scri… #94

Open qiulin opened 11 months ago

qiulin commented 11 months ago

…pt uses should be passed using the KEYS array, and KEYS should not be in expression

qiulin commented 6 months ago

@vmihailenco Hi, can you review this PR?