RC_Robio Posted December 3, 2014 Report Share Posted December 3, 2014 https://github.com/uglide/RedisDesktopManager/wiki/Install-and-Run Download from Github. Install Open ports for database Connect with info from redis.conf All changes are live and instant on my end To allow outside connections you will need to change all localhost ip's to a correct ip (Your server ip) This includes the epochserver.ini, and redis.conf BEWARE THIS CAN WIPE YOUR DATABASE AS IT DID MINE. You need to save the dump.rdb in the DB file while the server is running to not lose your database. San, ZENITHOVMAN, Monk and 1 other 4 Link to comment Share on other sites More sharing options...
FPSsean Posted December 3, 2014 Report Share Posted December 3, 2014 Answered my own Q Link to comment Share on other sites More sharing options...
Defent Posted December 3, 2014 Report Share Posted December 3, 2014 Nice. Was looking for something like this. Link to comment Share on other sites More sharing options...
matrixmark Posted December 3, 2014 Report Share Posted December 3, 2014 How does this even work ?!?! I have got all the correct info in but nothing changes on the server once I've edited. This db system sucks lol. Link to comment Share on other sites More sharing options...
RC_Robio Posted December 3, 2014 Author Report Share Posted December 3, 2014 How does this even work ?!?! I have got all the correct info in but nothing changes on the server once I've edited. This db system sucks lol. You have to hit "Save Value". Link to comment Share on other sites More sharing options...
matrixmark Posted December 3, 2014 Report Share Posted December 3, 2014 Yeah did that but no change in game to anything. I tried logging out and back in also and nothing happened. Link to comment Share on other sites More sharing options...
mrpow Posted December 3, 2014 Report Share Posted December 3, 2014 It says connection refused? Link to comment Share on other sites More sharing options...
warriorn1 Posted December 3, 2014 Report Share Posted December 3, 2014 on my Redis i keep getting spam Can't save in background Fork: invalid argument 10 changes in 300 seconds.. saving Over and over again.. Lightning fast.. Suggestions ? Link to comment Share on other sites More sharing options...
matrixmark Posted December 3, 2014 Report Share Posted December 3, 2014 Nope it connects fine and when I hit save it says a load of stuff in the system console and then "response received" I then go back to game and the changes have not applied. I've tried relogging as well. Link to comment Share on other sites More sharing options...
pr0dukt Posted December 4, 2014 Report Share Posted December 4, 2014 Yeah I can't use this if im not running my server from a dedi, correctly? Link to comment Share on other sites More sharing options...
Gamewalker Posted December 4, 2014 Report Share Posted December 4, 2014 If your provider opened the redis port you can connect Link to comment Share on other sites More sharing options...
uniflare Posted December 4, 2014 Report Share Posted December 4, 2014 the DB is seperate from the game, it is only accessed at certain times. So if your in game, you change db, then go back to game, it doesnt read the db for your char, only at login, otherwise it only saves. Logout Edit your character inventory Log back in .. For vehicles and traders you will probs have to restart the server? not tested with traders but vehicles i am sure. Link to comment Share on other sites More sharing options...
Snakeyes Posted December 27, 2014 Report Share Posted December 27, 2014 Is there any detailed documentation for the Redis Desktop Manager? The quick start guide isn't much help. Link to comment Share on other sites More sharing options...
Stranger Posted January 3, 2015 Report Share Posted January 3, 2015 Before you restart your server Please go into your Redis Desktop manager Console and write: "shutdown save" - so everything is getting saved. :) Link to comment Share on other sites More sharing options...
Snakeyes Posted January 12, 2015 Report Share Posted January 12, 2015 Is there a way to perform database maintenance with the Redis Desktop Manager? While using ESP on my Chernarus server yesterday, I noticed that there were boats, jetskis, etc. all around the coastline. Some were out to sea where they would never be used. It would be great to run some simple queries and clean that up. Teleporting around the map with the admin tools to do that is bassackwards. :huh: Link to comment Share on other sites More sharing options...
second_coming Posted January 12, 2015 Report Share Posted January 12, 2015 It seems like all you can do is manually edit fields, is there a way of running queries on the entire 'database'? What was the reasoning behind dropping MySQL in favour of this btw, does anyone know? Link to comment Share on other sites More sharing options...
fr1nk Posted January 12, 2015 Report Share Posted January 12, 2015 It seems like all you can do is manually edit fields, is there a way of running queries on the entire 'database'? What was the reasoning behind dropping MySQL in favour of this btw, does anyone know? Seems like it was largely done for performance reasons. On a site note, I don't suppose there's any way to schedule redis events is there? e.g. BGSAVE every 15 minutes or something. Link to comment Share on other sites More sharing options...
machine6fd Posted January 12, 2015 Report Share Posted January 12, 2015 Seems like it was largely done for performance reasons. On a site note, I don't suppose there's any way to schedule redis events is there? e.g. BGSAVE every 15 minutes or something. Use "keep alive" in the tools section of the forums Link to comment Share on other sites More sharing options...
fr1nk Posted January 12, 2015 Report Share Posted January 12, 2015 Use "keep alive" in the tools section of the forums Will check it out, thanks. Link to comment Share on other sites More sharing options...
Metalfoundry Posted April 28, 2015 Report Share Posted April 28, 2015 how to execute BGSAVE in Redis desktop manager? Link to comment Share on other sites More sharing options...
Dwarfer Posted April 28, 2015 Report Share Posted April 28, 2015 Get the windows redis-cli https://github.com/ServiceStack/redis-windows then use that to send the command/commands Link to comment Share on other sites More sharing options...
Metalfoundry Posted April 28, 2015 Report Share Posted April 28, 2015 Execute redis-cli and then call BGSAVE? Link to comment Share on other sites More sharing options...
Dwarfer Posted April 28, 2015 Report Share Posted April 28, 2015 Yep http://redis4you.com/articles.php?id=010 This is obvious for Linux but same principle applies Then copy it off and maybe try load it into a blank server to test it Metalfoundry 1 Link to comment Share on other sites More sharing options...
CorruptHawkeyez Posted April 28, 2015 Report Share Posted April 28, 2015 With the redis desktop manager, remember this guys. The player MUST be either in the lobby or logged completely out of the game to change and save anything under the PLAYER tab. Link to comment Share on other sites More sharing options...
Vaprz Posted April 28, 2015 Report Share Posted April 28, 2015 how to execute BGSAVE in Redis desktop manager? Right click on the database (within RDM) and select console. Type BGSAVE. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now