phpRedisAdmin, a simple web interface to manage Redis databases

2,357 views
Skip to first unread message

Erik Dubbelboer

unread,
Jul 11, 2011, 10:27:38 AM7/11/11
to Redis DB
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/

Maybe it's useful for other people as well.

Cheers,
Erik

Sandro Tosi

unread,
Jul 12, 2011, 2:52:35 AM7/12/11
to redi...@googlegroups.com
Hi Erik,

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

Erik Dubbelboer

unread,
Jul 12, 2011, 1:13:47 PM7/12/11
to Redis DB

On Jul 12, 8:52 am, Sandro Tosi <matrixh...@gmail.com> wrote:
>
> Interesting! Does it support multiple Redis databases (and a concept
> of groups of redis instances)?
>

At the moment it doesn't but that won't be hard to implement. Do you
mean multiple databases as in using the SELECT command or multiple
Redis server instances?

Cheers,
Firik

Geoffrey Hoffman

unread,
Jul 12, 2011, 1:45:40 PM7/12/11
to redi...@googlegroups.com
Chiming in - multiple instances such as 4 running on 4 cores & 4 ports at 1 IP -- two of those (1 master 1 slave) would be a group. (8 total instances). HTH - Good work! 

Sandro Tosi

unread,
Jul 13, 2011, 2:25:55 AM7/13/11
to redi...@googlegroups.com

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.

Erik Dubbelboer

unread,
Jul 14, 2011, 9:18:57 AM7/14/11
to Redis DB
On Jul 13, 8:25 am, Sandro Tosi <matrixh...@gmail.com> wrote:
>
> 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.
>

I have implemented multi server support. No grouping of servers yet
since I'm still looking for a nice way to do it. One way you could do
it already is by using the optional names you can give your servers.

Cheers,
Erik Dubbelboer

Mark Nellemann

unread,
Jul 15, 2011, 4:35:04 AM7/15/11
to redi...@googlegroups.com
Hi,

Thanks for sharing, this is a really nice tool.


/Mark
Reply all
Reply to author
Forward
0 new messages