redis icon indicating copy to clipboard operation
redis copied to clipboard

redis plugin for coredns

Results 9 redis issues
Sort by recently updated
recently updated
newest added

changed import to fix api change

Hey! Trying to set this up for the first time, unfortunately have to inject a bunch of prints in the code to understand what is going wrong. In the first...

If zone is more than 1m records, delays are more than 1s per request The best way will be not to load full zone and redirect all requests to redis...

TLSA record support is missing

https://github.com/arvancloud/redis/blob/b89a11fe35abaa7ba2ad60ebf7d0568a930b9075/redis.go#L510 const `hostmaster` is unused --- https://github.com/arvancloud/redis/blob/b89a11fe35abaa7ba2ad60ebf7d0568a930b9075/redis.go#L241 I think you've meant to use ```go r.Mbox = fmt.Sprintf("%s.%s",hostmaster, name) ```

Hi! I've been trying to serve a zone from redis using your plugin. This is the zone loaded in redis: ``` master.example.com. IN A 1.2.3.4 aliascn IN CNAME master ```...

Hello, I don't see a LICENSE file in this repo. What exactly is the license? Thank you.