On Mon, Jul 11, 2011 at 16:27, Erik Dubbelboer <er...@dubbelboer.com> wrote:
> Hi all,
>
> I have been working with Redis for a new project of mine. I couldn't
> find any phpMyAdmin like package to manage my Redis database so I
> wrote this: https://github.com/ErikDubbelboer/phpRedisAdmin
>
> You can find a demo here: http://dubbelboer.com/phpRedisAdmin/
Interesting! Does it support multiple Redis databases (and a concept
of groups of redis instances)?
Cheers,
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
Sorry for the imprecision: I mean multiple instances either on the
same machine (i.e. sharding) or on different servers, like grouping up
all the slaves for a given master.