Thanks Ruben
I'm actually testing the "PyPdnsRedis" backend 
(https://pagekite.net/wiki/Floss/PyPdnsRedis/);
I was wondering if somebody else used it to
exchange experience on it.

If I've understood how it works, in this implementation
all records are stored as hash into redis.
So for example if I create a SOA record for "foo.local" 
and then I create an A record for "www.foo.local", they're 
just two hashes, each one contains a single string field.
If I add an MX record for "foo.local" it becomes the second
string field inside the hash object created for "foo.local".

thanks again

M.
---------------------------
  () ASCII Ribbon Campaign
  /\ Against HTML E-Mail
---------------------------
This mail is ubuntu Hostile
---------------------------

Il Thu, 12 May 2016 13:26:40 +0200
Ruben d'Arco <ru...@prof-x.net> ha scritto:

> Hi,
> 
> I once had the idea of creating a redis backend, but couldn't fully decide on 
> the structure to use for that as i have no redis expirience :)
> 
> So, currently there is no Redis backend.
> 
> If you're interested in developing it, then maybe the pdns-dev mailling list 
> is a good option to share ideas around the data structure.
> 
> regards,
>       Ruben
> 
> 
> On Thu, May 12, 2016 at 01:15:20PM +0200, Mario Caruso wrote:
> > Hi all,
> > I'm wondering if anybody here is using redis as backend 
> > for pdns authoritative, I searched on internet and found 
> > an old pipe backend called "PyPdnsRedis", I was wondering
> > if someone here is using it or has knowledge of other "glue"
> > between pdns and redis.
> > 
> > Thanks
> > 
> > M.
> > ---------------------------
> >   () ASCII Ribbon Campaign
> >   /\ Against HTML E-Mail
> > ---------------------------
> > This mail is ubuntu Hostile
> > ---------------------------
> > _______________________________________________
> > Pdns-users mailing list
> > Pdns-users@mailman.powerdns.com
> > https://mailman.powerdns.com/mailman/listinfo/pdns-users
> _______________________________________________
> Pdns-users mailing list
> Pdns-users@mailman.powerdns.com
> https://mailman.powerdns.com/mailman/listinfo/pdns-users



_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
https://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to