SkyTable redis question

Hello everybody,

i hope this question is not to noobish, but i’m not very familiar with ubuntu/linux.

I need the option to manage the redis db with a client/tool. How can i get the login/pw to do so, Port is 6379 i gess?

A short introduction how to connect to the redis db would be very helpfull.

Thanks for your help and effort!

Hi,

Generally you manage redis through the command line. I’ll look into creating some type of package that will install a web based GUI. Do be aware that editing data directly can be a bit dangerous.

If you don’t mind me asking, what are you wanting to do? There may be a better solution.

-dev

Hi,

thanks for your quick answer, first of all i want to manage the db, until there is no admin tool i want to reset/delete/update userdata out of the table to get a fresh restart or have a quick way to add some ressources etc. Basically it should be the first step until i implement a admin tool for my game. So a web based gui is very helpfull.

Thanks

Andre

Hi,

Generally you manage redis through the command line. I’ll look into creating some type of package that will install a web based GUI. Do be aware that editing data directly can be a bit dangerous.

If you don’t mind me asking, what are you wanting to do? There may be a better solution.

-dev

Hi,

thanks for your quick answer, first of all i want to manage the db, until there is no admin tool i want to reset/delete/update userdata out of the table to get a fresh restart or have a quick way to add some ressources etc. Basically it should be the first step until i implement a admin tool for my game. So a web based gui is very helpfull.

Thanks

Andre