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?
Hi, we're using
redis_rate
to create a middleware rate limiter and we create a copy of therediser
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?