machine6fd Posted February 4, 2015 Report Share Posted February 4, 2015 we are off topic and my rant didn't help i was just annoyed with the comments. point is redis is the new database and there are ways to manage it that seem simple enough... we just need to learn like we did with sql. Link to comment Share on other sites More sharing options...
Dwarfer Posted February 5, 2015 Report Share Posted February 5, 2015 On 2/4/2015 at 8:18 PM, choppra said: How about this. Write a query to find items in the database that are over the quantity of 150. This way you can find hackers. Oh and only have it look for specific items you input. (Rubies, Hotwire kits, etc its your choice) and also list the player + playerid that owns the safe. How about executing one that repairs all vehicles? YES.... Yes... and Yes.... One of the problems with Redis is a key-value cache and store and that is about it. For doing "querys" now you have to use programming language rather to manipulate the data rather than built in "find" then "update" type commands.. as such I found a huge hole what if I want to update some stock or make an economy ?. Well redis on its own is next to useless for that.. So i have started my own little project using PHP to act as the broker and do the find/replace then writing the data back in redis.. I have a couple of working scripts now and have posted a thread in the "scripts" page that I am hoping will get approved shortly and I will then share my work/hub with you all. ** Update its been approved on the tools page Glenn 1 Link to comment Share on other sites More sharing options...
liujianye Posted February 5, 2015 Report Share Posted February 5, 2015 stable is more important than speed. 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