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

Export rediser interface #79

Open estensen opened 1 year ago

estensen commented 1 year ago

Hi, we're using redis_rate to create a middleware rate limiter and we create a copy of the rediser interface to create an interface for a redis client. Would it be possible to export this interface so we can share it or is it unexported for some good reason?